openfoam/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_load_matf_data.H
Mark Olesen fa93ce8cd7 coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly

- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01:00

19 lines
257 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;
}