USERD_get_number_timesets.H
Go to the documentation of this file.
2 (
3  void
4 )
5 {
6 #ifdef ENSIGHTDEBUG
7  Info<< "Entering: USERD_get_number_of_timesets" << endl
8  << flush;
9 #endif
10 
11  Num_timesets = 1;
12  return Num_timesets;
13 }
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
int USERD_get_number_of_timesets(void)
Ostream & flush(Ostream &os)
Flush stream.
Definition: Ostream.H:243
static int Num_timesets
Definition: globalFoam.H:16
messageStream Info