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
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
ensightFoamReader
/
USERD_get_dataset_query_file_info.H
blob
03e7e2fe0faf56a04654ea7793c169d4868479fe
1
//======================================================================
2
// NOT SUPPORTED... yet, if ever!
3
//======================================================================
4
int USERD_get_dataset_query_file_info(Z_QFILES *qfiles)
5
{
6
// just return OK
7
return Z_OK;
8
}