Files
OpenFOAM-6/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_exit_routine.H
2014-12-10 22:40:10 +00:00

14 lines
152 B
C

// Do nothing
void USERD_exit_routine
(
void
)
{
#ifdef ENSIGHTDEBUG
Info<< "Entering: USERD_exit_routine" << endl
<< flush;
#endif
}