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/ensightFoamReader/USERD_get_constant_val.H

16 lines
343 B
C
Raw Normal View History

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