Browse Source

Merge branch 'master' of http://msdl.uantwerpen.be/git/claudio/HybridCosimulation

Joachim Denil 7 years ago
parent
commit
c908f3ca1f

+ 1 - 1
DSL_SemanticAdaptation/be.uantwerpen.ansymo.semanticadaptation.tests/input/power_window_case_study/window_sa.BASE.sa

@@ -10,7 +10,7 @@ output ports disp (m)  <- window.height, tau
 
 
 out rules {
 out rules {
 	true -> {} --> {
 	true -> {} --> {
-		tau := -window.reaction_force;
+		windowSA.tau := -window.reaction_force;
 	};
 	};
 }
 }