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

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;
}