Home
Downloads
Documentation
Installation
User Guide
man-pages
API Documentation
README
Release Notes
Changes
License
Support
SourceForge Project
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
applications
utilities
postProcessing
graphics
ensightFoamReader
USERD_get_constant_val.H
Go to the documentation of this file.
1
2
//======================================================================
3
// Not in use
4
//======================================================================
5
float
USERD_get_constant_val
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: ************************ //