blob: 6d6ac8b15f83808f4c3d205526fb560eeeda4e62 (
plain)
1
2
3
4
5
6
7
8
9
|
/* 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
|