repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
ensightFoamReader
/
USERD_get_constant_val.H
blob
d14dc7a17a5bad0871280153e66098d3feafda9e
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
}