Skip to content
Snippets Groups Projects
Commit f59de309 authored by Alejandra Gonzalez's avatar Alejandra Gonzalez
Browse files

fixed error: outputing wrong variable

parent e92e9092
No related branches found
No related tags found
No related merge requests found
......@@ -174,4 +174,4 @@ def lin_momentum_from_wvf(h, doth, t, u, lmmodes):
Py_all += Py[(l,m)]
P_all += P[(l,m)]
return Px, Py, Pz, P
\ No newline at end of file
return Px_all, Py_all, Pz_all, P_all
\ No newline at end of file
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