1
0

object = system

Properties
This commit is contained in:
Alex_Hubert
2021-11-18 19:50:07 +01:00
parent 53ce8be084
commit ff1c46df71
5 changed files with 55 additions and 22 deletions

View File

@@ -107,11 +107,6 @@ def display_parameters(E,L,parameters,savename=""):
if savename != "":
savename += "_"
duration, step, dyn_syst, integrator = parameters
if type(step) != list:
step = [step]
print(E.shape, L.shape)
if (len(E.shape) == 1) and (len(L.shape) == 2):
E, L = [E], [L]
bodies = ""
for body in dyn_syst.bodylist:
bodies += str(body)+" ; "