Skip to content

Commit

Permalink
- fix comments
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Nov 10, 2014
1 parent 38e87a7 commit be43a21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Compiler/BackEnd/BackendDAE.mo
Expand Up @@ -456,9 +456,8 @@ uniontype EventInfo
list<TimeEvent> timeEvents "stores all information regarding time events";
list<WhenClause> whenClauseLst "list of when clauses. The WhenEquation data type refer to this list by position";
list<ZeroCrossing> zeroCrossingLst "list of zero crossing conditions";
// TODO: sampleLst and relationsLst could be removed if cpp runtime is prepared to handle zero crossing conditions
list<ZeroCrossing> sampleLst "list of sample as before, used by cpp runtime";
list<ZeroCrossing> relationsLst "list of zero crossing function as before, used by cpp runtime";
list<ZeroCrossing> sampleLst "list of sample as before, only used by cpp runtime";
list<ZeroCrossing> relationsLst "list of zero crossing function as before";
Integer numberMathEvents "stores the number of math function that trigger events e.g. floor, ceil, integer, ...";
end EVENT_INFO;
end EventInfo;
Expand Down

0 comments on commit be43a21

Please sign in to comment.