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@23179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Nov 4, 2014
1 parent cdc6476 commit 0b28874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/BackendDump.mo
Expand Up @@ -2332,7 +2332,7 @@ algorithm
BackendDAE.SymbolicJacobian sJac;
BackendDAE.SparsePattern sparsePattern;
BackendDAE.SparseColoring coloring;
String s;
String s;
case(BackendDAE.FULL_JACOBIAN(jacobian=fJac))
equation
s = "FULL JACOBIAN:\n";
Expand All @@ -2348,7 +2348,7 @@ algorithm
equation
s = "EMPTY JACOBIAN:\n";
then s;
end match;
end match;
end jacobianString;

public function dumpEqnsStr
Expand Down
6 changes: 3 additions & 3 deletions Compiler/BackEnd/HpcOmEqSystems.mo
Expand Up @@ -362,7 +362,7 @@ algorithm

tVarsOut := tvars;
resEqsOut := hs;

//-----------------------------
// all optimization
//-----------------------------
Expand Down Expand Up @@ -447,7 +447,7 @@ algorithm
list<BackendDAE.Var> varLst;
case(_,_,_,_,_,_)
algorithm
(eqIdcs,varIdcs,resEqLst) := tplIn;
(eqIdcs,varIdcs,resEqLst) := tplIn;
// a variable is directly assignable and therefore will be removed
{varIdx} := arrayGet(m,eqIdx);
var := BackendVariable.getVarAt(varArr,varIdx);
Expand Down Expand Up @@ -1004,7 +1004,7 @@ algorithm
rhs = listGet(arrayGet(h_iArr,iIdx+1),resIdx);
(rhs,_) = ExpressionSimplify.simplify(rhs);
hs_ii = BackendDAE.EQUATION(lhs,rhs,DAE.emptyElementSource,BackendDAE.EQ_ATTR_DEFAULT_UNKNOWN);

// update th a_iArr and the hs_iArr
hs_iTmp = arrayGet(hs_iArrIn,iIdx+1);
hs_iTmp = hs_ii::hs_iTmp;
Expand Down

0 comments on commit 0b28874

Please sign in to comment.