mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
16 lines
217 B
C
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;
|
|
}
|