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@23021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Oct 28, 2014
1 parent 0aca84e commit 324e1bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/BackEnd/FindZeroCrossings.mo
Expand Up @@ -1382,19 +1382,19 @@ algorithm

case (_, {}, _, _, _, _)
then (inStmts, iextraArg);

case (_, _, _, _, _, (_, _, _, (zcs, rels, samples, idx, idx2), tpl3)) equation
((statementLst, extraArg)) = traverseStmtsExps(inStmts, collectZCAlgsFor, (inIteratorExp, inExplst, inRange, (zcs, rels, samples, idx, idx2), tpl3), knvars);
then (statementLst, extraArg);

else equation
Error.addInternalError("./Compiler/BackEnd/FindZeroCrossings.mo: function traverseStmtsForExps failed");
then fail();
end matchcontinue;
end traverseStmtsForExps;

protected function createZeroCrossings "
Constructs a list of zero crossings from a list of relations. Each zero
Constructs a list of zero crossings from a list of relations. Each zero
crossing gets the same equation indices and when clause indices."
input list<DAE.Exp> inExpExpLst1;
input list<Integer> inOccurEquLst;
Expand Down

0 comments on commit 324e1bd

Please sign in to comment.