Bourtoulots laboratories in the place
This commit is contained in:
@@ -15,7 +15,7 @@ program animation
|
||||
! some configuration constants
|
||||
integer, parameter :: S_WIDTH = 2048
|
||||
integer, parameter :: S_HEIGHT = 2048
|
||||
integer, parameter :: NB_BODY = 250
|
||||
integer, parameter :: NB_BODY = 666
|
||||
|
||||
!!! WARNING : global variable !!!
|
||||
type(massbody) :: planets(NB_BODY)
|
||||
@@ -24,7 +24,7 @@ program animation
|
||||
call create_some_planets(planets, 1664e3, S_WIDTH , S_HEIGHT)
|
||||
call print_barycentre_bodies(planets, 'begin')
|
||||
|
||||
call la_grande_boucle(0, 2000, planets)
|
||||
call la_grande_boucle(0, 4000, planets)
|
||||
|
||||
STOP ': YOLO TIME *NOW*'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user