summaryrefslogtreecommitdiff
path: root/src/main/Simulator/Flowsheet_16dae.c
diff options
context:
space:
mode:
authorbrenda-br2023-02-24 13:32:34 +0530
committerbrenda-br2023-02-24 13:32:34 +0530
commitb50743bc2fc56b8c071fa7ccce34698a038a7d3e (patch)
treeb92d12b28dbd00252757cae9c560819fbeeb1dfa /src/main/Simulator/Flowsheet_16dae.c
parent688385aad786326be5d18c25d8f2a62e845d73e0 (diff)
downloadChemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.tar.gz
Chemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.tar.bz2
Chemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.zip
Fix #62 Restructure -3
Diffstat (limited to 'src/main/Simulator/Flowsheet_16dae.c')
-rw-r--r--src/main/Simulator/Flowsheet_16dae.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/Simulator/Flowsheet_16dae.c b/src/main/Simulator/Flowsheet_16dae.c
deleted file mode 100644
index 6d6ac8b..0000000
--- a/src/main/Simulator/Flowsheet_16dae.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* 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