FreeFOAM The Cross-Platform CFD Toolkit
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 }
16 
17 // ************************ vim: set sw=4 sts=4 et: ************************ //