Skip to content

Commit

Permalink
- start to implement stateselection during simulation via pivod funct…
Browse files Browse the repository at this point in the history
…ion, add flag +dynamicpivod

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Nov 7, 2012
1 parent 8caaaf8 commit 8b4077b
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendEquation.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ end equationSetnth;

public function getEqns "function: getEqns
author: Frenkel TUD 2011-05
retursn the equations given by the list of indexes"
returns the equations given by the list of indexes"
input list<Integer> inIndxes;
input BackendDAE.EquationArray inEquationArray;
output list<BackendDAE.Equation> outEqns;
Expand Down

0 comments on commit 8b4077b

Please sign in to comment.