openfoam/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_model_extents.H

16 lines
217 B
C

// Not used. Let EnSight do the job.
int USERD_get_model_extents
(
float extents[6]
)
{
#ifdef ENSIGHTDEBUG
Info << "Entering: USERD_get_model_extents" << endl
<< flush;
#endif
return Z_ERR;
}