diff options
Diffstat (limited to 'Simulator/Flowsheet_17inl.c')
-rw-r--r-- | Simulator/Flowsheet_17inl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Simulator/Flowsheet_17inl.c b/Simulator/Flowsheet_17inl.c new file mode 100644 index 0000000..7aafbdd --- /dev/null +++ b/Simulator/Flowsheet_17inl.c @@ -0,0 +1,11 @@ +/* Inline equation file is empty */ +#include "Flowsheet_model.h" +#ifdef __cplusplus +extern "C" { +#endif +int Flowsheet_symbolicInlineSystem(DATA *data, threadData_t *threadData){ + return -1; +} +#ifdef __cplusplus +} +#endif |