FreeFOAM The Cross-Platform CFD Toolkit
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 insted of 0 which gives an un-necessary warning.
12  return Num_dataset_files;;
13 }
14 
15 // ************************ vim: set sw=4 sts=4 et: ************************ //