summaryrefslogtreecommitdiff
path: root/Simulator/Flowsheet_16dae.c
diff options
context:
space:
mode:
Diffstat (limited to 'Simulator/Flowsheet_16dae.c')
-rw-r--r--Simulator/Flowsheet_16dae.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/Simulator/Flowsheet_16dae.c b/Simulator/Flowsheet_16dae.c
new file mode 100644
index 0000000..6d6ac8b
--- /dev/null
+++ b/Simulator/Flowsheet_16dae.c
@@ -0,0 +1,9 @@
+/* DAE residuals is empty */
+ #include "Flowsheet_model.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+int Flowsheet_initializeDAEmodeData(DATA *inData, DAEMODE_DATA* daeModeData){ return -1; }
+#ifdef __cplusplus
+}
+#endif