summaryrefslogtreecommitdiff
path: root/Simulator/Flowsheet_04set.c
diff options
context:
space:
mode:
Diffstat (limited to 'Simulator/Flowsheet_04set.c')
-rw-r--r--Simulator/Flowsheet_04set.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/Simulator/Flowsheet_04set.c b/Simulator/Flowsheet_04set.c
deleted file mode 100644
index 3e437cf..0000000
--- a/Simulator/Flowsheet_04set.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Initial State Set */
-#include "Flowsheet_model.h"
-#include "Flowsheet_11mix.h"
-#include "Flowsheet_12jac.h"
-#if defined(__cplusplus)
-extern "C" {
-#endif
-/* funtion initialize state sets */
-void Flowsheet_initializeStateSets(int nStateSets, STATE_SET_DATA* statesetData, DATA *data)
-{
-}
-
-#if defined(__cplusplus)
-}
-#endif
-