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, 16 insertions, 0 deletions
diff --git a/Simulator/Flowsheet_04set.c b/Simulator/Flowsheet_04set.c
new file mode 100644
index 0000000..3e437cf
--- /dev/null
+++ b/Simulator/Flowsheet_04set.c
@@ -0,0 +1,16 @@
+/* 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
+