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_number_of_variables.H
blob
b858a8017844ece67f0cbff5f735fd973a25e389
1
//======================================================================
2
int USERD_get_number_of_variables(void)
3
{
4
#ifdef ENSIGHTDEBUG
5
Info << "Entering: USERD_get_number_of_variables" << endl << flush;
6
#endif
7
8
return Num_variables;
9
}