openfoam/applications/utilities/postProcessing/graphics/ensight76FoamExec/USERD_load_matf_data.H
2008-04-15 18:56:58 +01:00

19 lines
260 B
C

int USERD_load_matf_data
(
int set_index,
int part_id,
int wtyp,
int mat_type,
int *ids_list,
float *val_list
)
{
#ifdef ENSIGHTDEBUG
Info << "Entering: USERD_load_matf_data" << endl
<< flush;
#endif
return Z_ERR;
}