USERD_load_matf_data.H
Go to the documentation of this file.
1 
3 (
4  int set_index,
5  int part_id,
6  int wtyp,
7  int mat_type,
8  int *ids_list,
9  float *val_list
10 )
11 {
12 #ifdef ENSIGHTDEBUG
13  Info<< "Entering: USERD_load_matf_data" << endl
14  << flush;
15 #endif
16 
17  return Z_ERR;
18 }
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
int USERD_load_matf_data(int set_index, int part_id, int wtyp, int mat_type, int *ids_list, float *val_list)
Ostream & flush(Ostream &os)
Flush stream.
Definition: Ostream.H:245
messageStream Info