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@25334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Mar 31, 2015
1 parent a8fa598 commit efada56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Compiler/SimCode/HpcOmSimCodeMain.mo
Expand Up @@ -180,7 +180,7 @@ algorithm
array<list<SimCodeVar.SimVar>> simVarMapping; //maps each backend variable to a list of simVars
Option<SimCode.FmiModelStructure> modelStruct;
list<SimCodeVar.SimVar> mixedArrayVars;

case (BackendDAE.DAE(eqs=eqs), _, _, _, _,_, _, _, _, _, _, _, _) equation
//Initial System
//--------------
Expand Down
8 changes: 4 additions & 4 deletions Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -8468,7 +8468,7 @@ algorithm
end addSimVarToHashTable;

protected function getArraySimVars "author: marcusw
store the array-cref of the variable in the hash table and add the variable-index as value. The variable is handled as array-variable,
store the array-cref of the variable in the hash table and add the variable-index as value. The variable is handled as array-variable,
if it has more than one element as numArrayElement."
input SimCodeVar.SimVar iSimVar;
input HashTableCrILst.HashTable iArrayMapping;
Expand Down Expand Up @@ -12276,7 +12276,7 @@ algorithm
list<SimCode.SimEqSystem> equationsForConditions;
Option<SimCode.FmiModelStructure> modelStruct;
list<SimCodeVar.SimVar> mixedArrayVars;

case (SimCode.SIMCODE(modelInfo, _, recordDecls, externalFunctionIncludes,
allEquations, odeEquations, algebraicEquations,
useSymbolicInitialization, useHomotopy, initialEquations, removedInitialEquations, startValueEquations, nominalValueEquations, minValueEquations, maxValueEquations,
Expand Down Expand Up @@ -13475,7 +13475,7 @@ protected
Option<HpcOmSimCode.MemoryMap> hpcOmMemory;
list<SimCode.SimEqSystem> equationsForConditions;
Option<SimCode.FmiModelStructure> modelStruct;
list<SimCodeVar.SimVar> mixedArrayVars;
list<SimCodeVar.SimVar> mixedArrayVars;
algorithm
simCodeOut := match(simEqSys,sysIdx,simCodeIn)
case (_,_,SimCode.SIMCODE(modelInfo, literals, recordDecls, externalFunctionIncludes, allEquations, odeEquations, algebraicEquations, useSymbolicInitialization, useHomotopy, initialEquations, removedInitialEquations, startValueEquations, nominalValueEquations, minValueEquations, maxValueEquations,
Expand Down Expand Up @@ -13589,7 +13589,7 @@ protected
Option<HpcOmSimCode.MemoryMap> hpcOmMemory;
list<SimCode.SimEqSystem> equationsForConditions;
Option<SimCode.FmiModelStructure> modelStruct;
list<SimCodeVar.SimVar> mixedArrayVars;
list<SimCodeVar.SimVar> mixedArrayVars;
algorithm
simCodeOut := match(allEqs,odeEqs,simCodeIn)
case (_,_,SimCode.SIMCODE(modelInfo, literals, recordDecls, externalFunctionIncludes, allEquations, odeEquations, algebraicEquations, useSymbolicInitialization, useHomotopy, initialEquations, removedInitialEquations, startValueEquations, nominalValueEquations, minValueEquations, maxValueEquations,
Expand Down

0 comments on commit efada56

Please sign in to comment.