openfoam/applications/utilities/postProcessing/graphics/ensight76FoamExec/USERD_exit_routine.H
2008-04-15 18:56:58 +01:00

14 lines
154 B
C

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