Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / applications / utilities / postProcessing / graphics / ensightFoamReader / USERD_load_matf_data.H
blobc89cc5f253cfcce257f3740029d5eaf176c21780
2 int USERD_load_matf_data
4     int set_index,
5     int part_id,
6     int wtyp,
7     int mat_type,
8     int *ids_list,
9     float *val_list
12 #ifdef ENSIGHTDEBUG
13     Info<< "Entering: USERD_load_matf_data" << endl
14         << flush;
15 #endif
17     return Z_ERR;