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_matf_var_info.H
blob
9f4bf9c8cd0296cb75339c571b2ff83e02afc877
1
2
int USERD_get_matf_var_info
3
(
4
int set_index,
5
int *mat_ids,
6
char **mat_desc
7
)
8
{
9
#ifdef ENSIGHTDEBUG
10
Info<< "Entering: USERD_get_matf_var_info" << endl
11
<< flush;
12
#endif
13
14
return Z_ERR;
15
}