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
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
ensightFoamReader
/
USERD_get_number_of_material_sets.H
blob
a85a2c2bd2bc65b58089c1e1a3455f1b1acbd39a
1
2
int USERD_get_number_of_material_sets
3
(
4
void
5
)
6
{
7
#ifdef ENSIGHTDEBUG
8
Info << "Entering: USERD_get_number_of_material_sets" << endl
9
<< flush;
10
#endif
11
12
// No materials
13
return 0;
14
}