openfoam/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_constant_val.H
Mark Olesen fa93ce8cd7 coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly

- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01: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;
}