Skip to content

Commit

Permalink
- fix stupid copy paste error.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 3, 2012
1 parent 5497eec commit bc2879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/FMIImpl.c
Expand Up @@ -289,7 +289,7 @@ int FMIImpl__initializeFMIImport(const char* file_name, const char* working_dire
/* construct event indicators list record */
i = 1;
void* eventIndicatorsList = mk_nil();
for (i ; i <= numberOfContinuousStates ; i++) {
for (i ; i <= numberOfEventIndicators ; i++) {
eventIndicatorsList = mk_cons(mk_icon(i), eventIndicatorsList);
}
/* construct FMIINFO record */
Expand Down

0 comments on commit bc2879e

Please sign in to comment.