13 lines
101 B
C
13 lines
101 B
C
#ifndef _SIM_FLOW_H
|
|
#define _SIM_FLOW_H
|
|
int32_t ParShallCalc(int index,double leve);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|