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