- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
14 lines
152 B
C
14 lines
152 B
C
// Do nothing
|
|
void USERD_exit_routine
|
|
(
|
|
void
|
|
)
|
|
{
|
|
#ifdef ENSIGHTDEBUG
|
|
Info<< "Entering: USERD_exit_routine" << endl
|
|
<< flush;
|
|
#endif
|
|
|
|
}
|
|
|