- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
9 lines
148 B
C
9 lines
148 B
C
// Not in use
|
|
void USERD_stop_part_building(void)
|
|
{
|
|
#ifdef ENSIGHTDEBUG
|
|
Info<< "Entering: USERD_stop_part_building" << endl << flush;
|
|
#endif
|
|
|
|
}
|