diff --git a/double_pendule.py b/double_pendule.py index 49fd4a5..93f963b 100644 --- a/double_pendule.py +++ b/double_pendule.py @@ -35,7 +35,7 @@ init = { "d_theta2" : 0 } -data = L.solve(init, 5, 0.01) +data = L.solve(init, 10, 0.01, True) # Extraire les positions times = sorted(data.keys())