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 }
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:256
int USERD_get_number_of_material_sets(void)
Ostream & flush(Ostream &os)
Flush stream.
Definition: Ostream.H:248
messageStream Info