FreeFOAM The Cross-Platform CFD Toolkit
USERD_get_number_of_materials.H
Go to the documentation of this file.
1 
3 (
4  int set_index
5 )
6 {
7 #ifdef ENSIGHTDEBUG
8  Info << "Entering: USERD_get_number_of_materials" << endl
9  << flush;
10 #endif
11 
12  // No materials
13  return 0;
14 }
15 
16 // ************************ vim: set sw=4 sts=4 et: ************************ //