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_number_of_materials.H
blob
98162b2e11f45d727fd6d6cd4d2d0a0bb67d019c
1
2
int USERD_get_number_of_materials
3
(
4
int set_index
5
)
6
{
7
#ifdef ENSIGHTDEBUG
8
Info<< "Entering: USERD_get_number_of_materials" << endl
9
<< flush;
10
#endif
11
12
// No materials
13
return 0;
14
}