Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eliu Huerta Escudero
Waveform_Extractor
Commits
3548ded5
Commit
3548ded5
authored
Jun 18, 2019
by
Roland Haas
Browse files
POWER: fix extracting adm_m2
parent
a9ad32e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
POWER/power.py
View file @
3548ded5
...
...
@@ -292,7 +292,7 @@ def getCutoffFrequency(sim_name):
if
(
line_elems
[
0
]
==
"initial-bh-puncture-adm-mass1"
):
adm_m1
=
float
(
line_elems
[
-
1
])
if
(
line_elems
[
0
]
==
"initial-bh-puncture-adm-mass2"
):
adm_m
1
=
float
(
line_elems
[
-
1
])
adm_m
2
=
float
(
line_elems
[
-
1
])
elif
(
out_files
):
out_file
=
out_files
[
0
]
with
open
(
out_file
)
as
file
:
...
...
Write
Preview
Supports
Markdown
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