summaryrefslogtreecommitdiff
path: root/Simulator/Flowsheet_07dly.c
blob: 76bf3986b659884c8999a1b528ae4d8d4a7ae2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Delay */
#include "Flowsheet_model.h"
#if defined(__cplusplus)
extern "C" {
#endif

int Flowsheet_function_storeDelayed(DATA *data, threadData_t *threadData)
{
  TRACE_PUSH

  
  TRACE_POP
  return 0;
}

#if defined(__cplusplus)
}
#endif