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
BackendDAE.EquationArray removedEqs "these are equations that cannot solve for a variable. for example assertions, external function calls, algorithm sections without effect" ;
2028
2028
array<DAE.Constraint> constraints "constraints" ;
2029
2029
array<DAE.ClassAttributes> classAttrs;
@@ -2076,16 +2076,16 @@ algorithm
2076
2076
list<BackendDAE.EqSystem> systList;
2077
2077
BackendDAE.Sharedshared;
2078
2078
2079
-
BackendDAE.Variables orderedVars "orderedVars ; ordered Variables, only states and alg. vars" ;
BackendDAE.EquationArray removedEqs "these are equations that cannot solve for a variable. for example assertions, external function calls, algorithm sections without effect" ;
2090
2090
array<DAE.Constraint> constraints "constraints" ;
2091
2091
array<DAE.ClassAttributes> classAttrs;
@@ -2345,10 +2345,10 @@ algorithm
2345
2345
BackendDAE.Sharedshared;
2346
2346
2347
2347
2348
-
BackendDAE.Variables knownVars "knownVars ; Known variables, i.e. constants and parameters" ;
2348
+
BackendDAE.Variables knownVars "Known variables, i.e. constants and parameters" ;
BackendDAE.EquationArray removedEqs "these are equations that cannot solve for a variable. for example assertions, external function calls, algorithm sections without effect" ;
0 commit comments