Skip to content
Snippets Groups Projects
Commit 41913a10 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add desc

parent 79f8e250
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ DEFINITIONS ...@@ -16,7 +16,8 @@ DEFINITIONS
) ) ) // acceleration due to gravitation ) ) ) // acceleration due to gravitation
PROPERTIES PROPERTIES
nobjs = 3 & nobjs = 3 &
mass = [5.97e24, 1.989e30, 1.989e30] /*@label "mass_values" */ mass = [5.97e24, 1.989e30, 1.989e30]
/*@desc "The mass of the 3 objects" */
& &
initial_pos = [ [0.0,0.0] , [0.0,4.5e10], [0.0,-4.5e10] ] & initial_pos = [ [0.0,0.0] , [0.0,4.5e10], [0.0,-4.5e10] ] &
initial_speed = [ [0.05e04,0.0], [3.0e04,0.0], [-3.0e04,0.0] ] initial_speed = [ [0.05e04,0.0], [3.0e04,0.0], [-3.0e04,0.0] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment