USERD_get_number_of_files_in_dataset.H
Go to the documentation of this file.
1 //======================================================================
2 //
3 //======================================================================
5 {
6 #ifdef ENSIGHTDEBUG
7  Info<< "Entering: USERD_get_number_of_files_in_dataset" << endl << flush;
8 #endif
9 
10  // use 1 instead of 0 which gives an un-necessary warning.
12  return Num_dataset_files;
13 }
static int Num_dataset_files
Definition: globalFoam.H:21
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:256
Ostream & flush(Ostream &os)
Flush stream.
Definition: Ostream.H:248
messageStream Info
int USERD_get_number_of_files_in_dataset(void)