From 41913a108cb3a111d89d93700a3d9ca72cfb416e Mon Sep 17 00:00:00 2001 From: Michael Leuschel <leuschel@uni-duesseldorf.de> Date: Fri, 20 Nov 2020 10:47:25 +0100 Subject: [PATCH] add desc --- Physics/MovingParticles3.mch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Physics/MovingParticles3.mch b/Physics/MovingParticles3.mch index 7033c36..451a01c 100644 --- a/Physics/MovingParticles3.mch +++ b/Physics/MovingParticles3.mch @@ -16,7 +16,8 @@ DEFINITIONS ) ) ) // acceleration due to gravitation PROPERTIES 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_speed = [ [0.05e04,0.0], [3.0e04,0.0], [-3.0e04,0.0] ] -- GitLab