USERD_get_matf_set_info.H
Go to the documentation of this file.
1 
3 (
4  int *mat_set_ids,
5  char **mat_set_name
6 )
7 {
8 #ifdef ENSIGHTDEBUG
9  Info<< "Entering: USERD_get_matf_set_info" << endl
10  << flush;
11 #endif
12 
13  return Z_ERR;
14 }
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
Ostream & flush(Ostream &os)
Flush stream.
Definition: Ostream.H:245
messageStream Info
int USERD_get_matf_set_info(int *mat_set_ids, char **mat_set_name)