Skip to content

Commit

Permalink
- added some white lines to dumpeqninorder to make it more readable
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Apr 14, 2014
1 parent 61edba1 commit b9be1df
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Compiler/BackEnd/BackendDump.mo
Expand Up @@ -908,6 +908,7 @@ algorithm
printVarList({var});
eqn = BackendEquation.equationNth0(eqns,e-1);
printEquationList({eqn});
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand All @@ -918,7 +919,9 @@ algorithm
printVarList(varlst);
eqnlst = BackendEquation.getEqns(elst,eqns);
printEquationList(eqnlst);
print("\n");
dumpEqnsSolved2({comp},eqns,vars);
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand All @@ -929,7 +932,9 @@ algorithm
printVarList(varlst);
eqnlst = BackendEquation.getEqns(elst,eqns);
printEquationList(eqnlst);
print("\n");
print("Jac:\n" +& dumpJacobianStr(jac) +& "\n");
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand All @@ -940,6 +945,7 @@ algorithm
printVarList(varlst);
eqn = BackendEquation.equationNth0(eqns,e-1);
printEquationList({eqn});
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand All @@ -950,6 +956,7 @@ algorithm
printVarList(varlst);
eqn = BackendEquation.equationNth0(eqns,e-1);
printEquationList({eqn});
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand All @@ -960,6 +967,7 @@ algorithm
printVarList(varlst);
eqn = BackendEquation.equationNth0(eqns,e-1);
printEquationList({eqn});
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand All @@ -970,6 +978,7 @@ algorithm
printVarList(varlst);
eqn = BackendEquation.equationNth0(eqns,e-1);
printEquationList({eqn});
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand All @@ -980,6 +989,7 @@ algorithm
printVarList(varlst);
eqn = BackendEquation.equationNth0(eqns,e-1);
printEquationList({eqn});
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand All @@ -993,10 +1003,13 @@ algorithm
printVarList(varlst);
varlst = List.map1r(vlst, BackendVariable.getVarAt, vars);
printVarList(varlst);
print("\n");
eqnlst = BackendEquation.getEqns(elst1,eqns);
printEquationList(eqnlst);
print("\n");
eqnlst = BackendEquation.getEqns(elst,eqns);
printEquationList(eqnlst);
print("\n");
dumpEqnsSolved2(rest,eqns,vars);
then
();
Expand Down

0 comments on commit b9be1df

Please sign in to comment.