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
/
newEnsightFoamReader
/
USERD_exit_routine.H
blob
c2940e63d0cc870fd7492058b0c1113c48edcf75
1
// Do nothing
2
void USERD_exit_routine
3
(
4
void
5
)
6
{
7
#ifdef ENSIGHTDEBUG
8
Info << "Entering: USERD_exit_routine" << endl
9
<< flush;
10
#endif
11
12
}
13