Skip to content

Commit

Permalink
- remove old remove simple equations function
Browse files Browse the repository at this point in the history
- rename BackendDAEUtil.reduceIndexDAE -> causalizeDAE
- remove unused code

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 12, 2012
1 parent 12348dd commit 5ce247b
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 2,799 deletions.
7 changes: 0 additions & 7 deletions Compiler/BackEnd/BackendDAE.mo
Original file line number Diff line number Diff line change
Expand Up @@ -470,13 +470,6 @@ end EquationConstraints;
public
type MatchingOptions = tuple<IndexReduction, EquationConstraints> "- Matching Options" ;

public
uniontype DAEHandlerJop
record STARTSTEP end STARTSTEP;
record REDUCE_INDEX end REDUCE_INDEX;
record ENDSTEP end ENDSTEP;
end DAEHandlerJop;

public
type StructurallySingularSystemHandlerArg = tuple<StateOrder,ConstraintEquations,array<list<Integer>>,array<Integer>,Integer> "StateOrder,ConstraintEqns,Eqn->EqnsIndxes,EqnIndex->Eqns,NrOfEqnsbeforeIndexReduction";

Expand Down

0 comments on commit 5ce247b

Please sign in to comment.