This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/utilities/postProcessing/graphics/newEnsightFoamReader/USERD_load_matf_data.H
2013-07-18 10:15:54 +02:00

18 lines
258 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;
}