Files
OpenFOAM-12/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_constant_val.H
2014-12-10 22:40:10 +00:00

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