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
BUGFIX: Uninitialised member variables
[foam-extend-3.2.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
newEnsightFoamReader
/
USERD_get_matf_var_info.H
blob
6c32e8cfaf220b6043938553d960e2aa73baa0c5
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
}