summaryrefslogtreecommitdiff
path: root/src/main/Simulator/Flowsheet_04set.c
blob: 3e437cff330e327d1f6acf55e337d8ff3229a469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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