FreeFOAM The Cross-Platform CFD Toolkit
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 }
14 
15 // ************************ vim: set sw=4 sts=4 et: ************************ //