BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / applications / utilities / postProcessing / graphics / ensightFoamReader / USERD_get_num_of_time_steps.H
blob37a1a5c06e00f54e94f085332cdc59def3702e3c
1 //======================================================================
2 // don't use multiple time sets...NN
3 //======================================================================
4 int USERD_get_num_of_time_steps
6     int timeset_number
9 #ifdef ENSIGHTDEBUG
10     Info<< "Entering: USERD_get_num_of_time_steps" << endl
11         << flush;
12 #endif
14     return Num_time_steps;