Home
Downloads
Documentation
Installation
User Guide
man-pages
API Documentation
README
Release Notes
Changes
License
Support
SourceForge Project
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
applications
utilities
postProcessing
graphics
ensightFoamReader
USERD_set_server_number.H
Go to the documentation of this file.
1
void
USERD_set_server_number
2
(
3
int
cur_serv,
4
int
tot_serv
5
)
6
{
7
#ifdef ENSIGHTDEBUG
8
Info
<<
"Entering: USERD_set_server_number"
<<
endl
9
<<
flush
;
10
#endif
11
12
}
13
14
// ************************ vim: set sw=4 sts=4 et: ************************ //