renamed ensight76FoamExec -> ensightFoamReader for consistency

This commit is contained in:
Mark Olesen
2008-07-22 14:52:57 +02:00
parent 7446cee720
commit 202570dce4
69 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,12 @@
void USERD_set_server_number
(
int cur_serv,
int tot_serv
)
{
#ifdef ENSIGHTDEBUG
Info << "Entering: USERD_set_server_number" << endl
<< flush;
#endif
}