Browse Source

inline to fit the paper

Cláudio Gomes 7 years ago
parent
commit
4b9ea3ff45

+ 2 - 5
DSL_SemanticAdaptation/be.uantwerpen.ansymo.semanticadaptation.tests/input/power_window_case_study/loop_canonical.sa

@@ -14,14 +14,11 @@ at "./path/to/LoopSA.fmu"
 	with window_sa.disp -> obstacle.disp
 	with obstacle.reaction_force -> window_sa.reaction_force
 
-input ports displacement,
-			speed
+input ports displacement, speed
 
 output ports tau
 
-param 	MAXITER := 10, 
-		REL_TOL := 1e-05, 
-		ABS_TOL := 1e-05,
+param 	MAXITER := 10, REL_TOL := 1e-05, ABS_TOL := 1e-05,
 		INIT_LOOP_SA_DISPLACEMENT := 0.0,
 		INIT_LOOP_SA_SPEED := 0.0,
 		INIT_WINDOW_SA_DISP := 0.0,