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
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
ensightFoamReader
/
USERD_get_model_extents.H
blob
b78438ae7d70e36a5b18e2dd3c9b56dcc7c93379
1
2
// Not used. Let EnSight do the job.
3
4
int USERD_get_model_extents
5
(
6
float extents[6]
7
)
8
{
9
#ifdef ENSIGHTDEBUG
10
Info<< "Entering: USERD_get_model_extents" << endl
11
<< flush;
12
#endif
13
14
return Z_ERR;
15
}