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
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
ensightFoamReader
/
USERD_get_matf_set_info.H
blob
8f1b417ee473d348ca5cf9d76d231422a667cc66
1
2
int USERD_get_matf_set_info
3
(
4
int *mat_set_ids,
5
char **mat_set_name
6
)
7
{
8
#ifdef ENSIGHTDEBUG
9
Info<< "Entering: USERD_get_matf_set_info" << endl
10
<< flush;
11
#endif
12
13
return Z_ERR;
14
}