summaryrefslogtreecommitdiff
path: root/Simulator/Flowsheet_16dae.c
diff options
context:
space:
mode:
authorbrenda-br2023-03-02 15:49:11 +0530
committerbrenda-br2023-03-02 15:49:11 +0530
commit7af3526e105cc330422f8742ec5edec1c4a0a98f (patch)
treec00e283eaa3f67c64f66c828f518bb74abe55752 /Simulator/Flowsheet_16dae.c
parent78624489cbff516cc4d15b0df738c6c2fe4f8a8d (diff)
downloadChemical-Simulator-GUI-7af3526e105cc330422f8742ec5edec1c4a0a98f.tar.gz
Chemical-Simulator-GUI-7af3526e105cc330422f8742ec5edec1c4a0a98f.tar.bz2
Chemical-Simulator-GUI-7af3526e105cc330422f8742ec5edec1c4a0a98f.zip
Restructuring Finalized for App Bundling
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