You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Compiler/BackEnd/BackendDAECreate.mo
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,8 @@ algorithm
175
175
execStat("Generate backend data structure");
176
176
end lower;
177
177
178
-
protected function getExternalObjectAlias"Checks equations if there is an alias assignment between external objects. If yes, assign alias var, replce equations, remove alia equation.
178
+
protected function getExternalObjectAlias "Checks equations if there is an alias equation for external objects.
179
+
If yes, assign alias var, replace equations, remove alias equation.
Error.addCompilerWarning("Alias equations of external objects are not Modelica compliant as in:\n "+stringDelimitList(List.map(aliasEqs,BackendDump.equationString),"\n ")+"\n");
0 commit comments