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_number_timesets.H
blob
9ad243475bc515f9810e9acb1a249f269d49f4cc
1
int USERD_get_number_of_timesets
2
(
3
void
4
)
5
{
6
#ifdef ENSIGHTDEBUG
7
Info << "Entering: USERD_get_number_of_timesets" << endl
8
<< flush;
9
#endif
10
11
Num_timesets = 1;
12
return Num_timesets;
13
}