Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sam Calisch
pyframe3dd
Commits
bb316632
Commit
bb316632
authored
Sep 30, 2017
by
Sam Calisch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update naming
parent
fcd1d8cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
setup.py
setup.py
+3
-3
src/frame3dd.py
src/frame3dd.py
+1
-1
No files found.
setup.py
View file @
bb316632
from
distutils.core
import
setup
setup
(
name
=
'p
fea
'
,
setup
(
name
=
'p
yframe3dd
'
,
version
=
'1.0'
,
package_dir
=
{
'p
fea
'
:
'src'
},
packages
=
[
'p
fea
'
]
package_dir
=
{
'p
yframe3dd
'
:
'src'
},
packages
=
[
'p
yframe3dd
'
]
)
\ No newline at end of file
src/frame3dd.py
View file @
bb316632
...
...
@@ -4,7 +4,7 @@ from numpy import *
import
csv
import
datetime
import
sys
from
p
fea
.util
import
magnitudes
from
p
yframe3dd
.util
import
magnitudes
def
read_lowest_mode
(
filename
):
freq
=
-
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment