cramicule is comming !

This commit is contained in:
tTh
2026-06-25 10:09:03 +02:00
parent de43a1810c
commit d7da858380
21 changed files with 66 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ program animation
type(massbody) :: planets(NB_BODY)
call init_random()
call create_some_planets(planets, 1664.3, IMG_WIDTH , IMG_HEIGHT)
call create_some_planets(planets, 1.4e4, IMG_WIDTH , IMG_HEIGHT)
call print_barycentre_bodies(planets, 'begin')
call la_grande_boucle(0, 667, planets)