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_size_matf_data.H
blob
de6ba4629f3e1c8e452b6101ad37bb4b11e2dd16
1
2
int USERD_size_matf_data
3
(
4
int set_index,
5
int part_id,
6
int wtyp,
7
int mat_type,
8
int *matf_size
9
)
10
{
11
#ifdef ENSIGHTDEBUG
12
Info << "Entering: USERD_size_matf_data" << endl
13
<< flush;
14
#endif
15
16
return Z_ERR;
17
}