Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Nov 21, 2014
1 parent b1240e5 commit 7ced61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/HpcOmEqSystems.mo
Expand Up @@ -265,7 +265,7 @@ algorithm
//BackendDump.dumpEquationList(eqsNew,"eqsNew");
//BackendDump.dumpVarList(addVars,"addVars");
//BackendDump.dumpEquationList(addEqs,"addEqs");

// make new components
compsNew = List.threadMap(eqIdcs,varIdcs,makeSingleEquationComp);

Expand All @@ -280,7 +280,7 @@ algorithm
varsOld = BackendVariable.varList(vars);
eqsOld = BackendEquation.equationList(eqs);
eqLst = List.fold2(List.intRange(listLength(eqsNew)),replaceAtPositionFromList,eqsNew,eqIdcs,eqsOld); // replaces the old residualEquations with the new ones
eqs = BackendEquation.listEquation(eqLst);
eqs = BackendEquation.listEquation(eqLst);

//build new DAE-EqSystem
systTmp = BackendDAE.EQSYSTEM(vars,eqs,NONE(),NONE(),matching,stateSets,partitionKind);
Expand Down

0 comments on commit 7ced61c

Please sign in to comment.