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