1
0

merge diff

This commit is contained in:
Thibault Barnouin
2021-10-22 15:59:29 +02:00
parent 01629896e9
commit e1431ce1b4
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ from lib.integrator import frogleap
def main():
#initialisation
m = np.array([1e5, 1, 1])
m = np.array([1e10, 1, 1])
x1 = np.array([0, 0, 0])
x2 = np.array([1, 0, 0])