- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
16 lines
342 B
C
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;
|
|
}
|