Skip to content

Commit

Permalink
- remove tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 10, 2012
1 parent eb8d14e commit a2e8cf1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Compiler/BackEnd/RemoveSimpleEquations.mo
Expand Up @@ -3055,10 +3055,10 @@ algorithm
outTpl := match (b,iEqnslst,iVars,ishared,iRepl,iUnreplacable,iMT,iGlobalEqnslst,globalFoundSimple)
local
Boolean b1;
list<BackendDAE.Equation> eqnslst;
list<SimpleContainer> simpleeqnslst;
BackendDAE.Variables vars;
BackendDAE.Shared shared;
list<BackendDAE.Equation> eqnslst;
list<SimpleContainer> simpleeqnslst;
BackendDAE.Variables vars;
BackendDAE.Shared shared;
case(false,{},_,_,_,_,_,_,_) then ((iVars,ishared,iRepl,iUnreplacable,iMT,iGlobalEqnslst,globalFoundSimple));
case(false,_,_,_,_,_,_,_,_) then ((iVars,ishared,iRepl,iUnreplacable,iMT,listAppend(iEqnslst,iGlobalEqnslst),globalFoundSimple));
case(true,_,_,_,_,_,_,_,_)
Expand All @@ -3069,7 +3069,6 @@ algorithm
end match;
end allCausalFinder2;


/*
* allAcausal
*/
Expand Down

0 comments on commit a2e8cf1

Please sign in to comment.