Skip to content
Snippets Groups Projects
Commit 4083eb99 authored by Roland Haas's avatar Roland Haas
Browse files

Nakano: return time produced by FFI not time in file

parent d86b0520
No related branches found
No related tags found
No related merge requests found
......@@ -619,7 +619,7 @@ def eq_29(sim_path, radii_list, modes):
extrapolated_strain = psi4ToStrain(extrapolated_psi, f0)
extrapolated_strains.append(np.column_stack(
(ar[:,0], extrapolated_strain[:,1].real,
(extrapolated_strain[:,0].real, extrapolated_strain[:,1].real,
extrapolated_strain[:,1].imag)))
return extrapolated_strains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment