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
Forward compatibility: flex
[foam-extend-3.2.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
newEnsightFoamReader
/
USERD_get_matf_set_info.H
blob
d8894881d7d33170e99ab5ff7d7d8b42826a9f62
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
}