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

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