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_border_availability.H
blob
5ea3202b8ce5d8b72b850148527a927c6b89eb5d
1
2
// Not used
3
4
int USERD_get_border_availability
5
(
6
int part_number,
7
int number_of_elements[Z_MAXTYPE]
8
)
9
{
10
#ifdef ENSIGHTDEBUG
11
Info<< "Entering: USERD_get_border_availability for part_number "
12
<< part_number << endl
13
<< flush;
14
#endif
15
16
return Z_ERR;
17
}