repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forward compatibility: flex
[foam-extend-3.2.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
newEnsightFoamReader
/
USERD_get_constant_val.H
blob
1b87e2c8a907ff54d9a5721510ede54e3ca02caa
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
}