diff options
Diffstat (limited to 'src/main/Simulator/Flowsheet_01exo.c')
-rw-r--r-- | src/main/Simulator/Flowsheet_01exo.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/Simulator/Flowsheet_01exo.c b/src/main/Simulator/Flowsheet_01exo.c deleted file mode 100644 index 11ede4d..0000000 --- a/src/main/Simulator/Flowsheet_01exo.c +++ /dev/null @@ -1,18 +0,0 @@ -/* External objects file */ -#include "Flowsheet_model.h" -#if defined(__cplusplus) -extern "C" { -#endif - -void Flowsheet_callExternalObjectDestructors(DATA *data, threadData_t *threadData) -{ - if(data->simulationInfo->extObjs) - { - free(data->simulationInfo->extObjs); - data->simulationInfo->extObjs = 0; - } -} -#if defined(__cplusplus) -} -#endif - |