summaryrefslogtreecommitdiff
path: root/Simulator/Flowsheet_17inl.c
blob: 7aafbdd2f4c51af680a81f02c757e58d15eb7e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Inline equation file is empty */
#include "Flowsheet_model.h"
#ifdef __cplusplus
extern "C" {
#endif
int Flowsheet_symbolicInlineSystem(DATA *data, threadData_t *threadData){
  return -1;
}
#ifdef __cplusplus
}
#endif