FreeFOAM The Cross-Platform CFD Toolkit
USERD_get_num_of_time_steps.H
Go to the documentation of this file.
1 //======================================================================
2 // don't use multiple time sets...NN
3 //======================================================================
5 (
6  int timeset_number
7 )
8 {
9 #ifdef ENSIGHTDEBUG
10  Info << "Entering: USERD_get_num_of_time_steps" << endl
11  << flush;
12 #endif
13 
14  return Num_time_steps;
15 }
16 
17 // ************************ vim: set sw=4 sts=4 et: ************************ //