Browse Source

added prrefix to window_sa

Cláudio Gomes 7 years ago
parent
commit
cb1b39e075

+ 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 {
 	true -> {} --> {
-		tau := -window.reaction_force;
+		windowSA.tau := -window.reaction_force;
 	};
 }