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