USERD_get_constant_val.H
Go to the documentation of this file.
1 
2 //======================================================================
3 // Not in use
4 //======================================================================
6 (
7  int which_var,
8  int imag_data
9 )
10 {
11 #ifdef ENSIGHTDEBUG
12  Info<< "Entering: USERD_get_constant_val" << endl << flush;
13 #endif
14  return 0.0;
15 }
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
float USERD_get_constant_val(int which_var, int imag_data)
Ostream & flush(Ostream &os)
Flush stream.
Definition: Ostream.H:245
messageStream Info