diff options
author | brenda-br | 2023-02-24 13:32:34 +0530 |
---|---|---|
committer | brenda-br | 2023-02-24 13:32:34 +0530 |
commit | b50743bc2fc56b8c071fa7ccce34698a038a7d3e (patch) | |
tree | b92d12b28dbd00252757cae9c560819fbeeb1dfa /src/main/Simulator/Flowsheet_16dae.c | |
parent | 688385aad786326be5d18c25d8f2a62e845d73e0 (diff) | |
download | Chemical-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.c | 9 |
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 |