- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
13 lines
173 B
C
13 lines
173 B
C
void USERD_set_server_number
|
|
(
|
|
int cur_serv,
|
|
int tot_serv
|
|
)
|
|
{
|
|
#ifdef ENSIGHTDEBUG
|
|
Info<< "Entering: USERD_set_server_number" << endl
|
|
<< flush;
|
|
#endif
|
|
|
|
}
|