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 }
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
static int Num_time_steps
Definition: globalFoam.H:18
int USERD_get_num_of_time_steps(int timeset_number)
Ostream & flush(Ostream &os)
Flush stream.
Definition: Ostream.H:245
messageStream Info