Skip to content

Commit

Permalink
- update of dummy_model.cpp
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 27, 2010
1 parent 0ce4b58 commit 8247a52
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions c_runtime/dummy_model.cpp
Expand Up @@ -752,3 +752,14 @@ int checkForDiscreteVarChanges()
}
return needToIterate;
}


/* provide a dummy MAIN__ for libf2c */
extern "C"
{
void MAIN__(void)
{
}

}

0 comments on commit 8247a52

Please sign in to comment.