Skip to content

Commit

Permalink
- removed some debug prints for vectorization
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Apr 30, 2015
1 parent 178cbda commit e553b2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -2668,7 +2668,6 @@ algorithm
// a system of equations
case (_, _, _, _, _, _, _, _, _, _, _, odeEquations, algebraicEquations, allEquations, equationsforZeroCrossings)
equation
print("a system comp!\n");
// block is dynamic, belong in dynamic section
(eqnslst, _) = BackendDAETransform.getEquationAndSolvedVarIndxes(comp);
bdynamic = BackendDAEUtil.blockIsDynamic(eqnslst, stateeqnsmark);
Expand Down Expand Up @@ -3167,7 +3166,6 @@ algorithm
(resEqs, uniqueEqIndex, tempvars) = createNonlinearResidualEquations({eqn}, iuniqueEqIndex, itempvars);
cr = if BackendVariable.isStateVar(v) then ComponentReference.crefPrefixDer(cr) else cr;
(_, homotopySupport) = BackendDAETransform.traverseExpsOfEquation(eqn, containsHomotopyCall, false);
print("CREATED NONLINEAR SES: "+dumpSimEqSystemLst({SimCode.SES_NONLINEAR(uniqueEqIndex, resEqs, {cr}, 0, NONE(), false, homotopySupport, false)})+"\n");
then
({SimCode.SES_NONLINEAR(uniqueEqIndex, resEqs, {cr}, 0, NONE(), false, homotopySupport, false)}, uniqueEqIndex+1, tempvars);

Expand Down

0 comments on commit e553b2d

Please sign in to comment.