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_get_constant_val.H
2010-08-25 22:42:57 +01:00

15 lines
343 B
C++

//======================================================================
// Not in use
//======================================================================
float USERD_get_constant_val
(
int which_var,
int imag_data
)
{
#ifdef ENSIGHTDEBUG
Info << "Entering: USERD_get_constant_val" << endl << flush;
#endif
return 0.0;
}