16 lines
343 B
C
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;
|
||
|
}
|