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_get_number_of_model_parts.H
Go to the documentation of this file.
1
2
int
USERD_get_number_of_model_parts
(
void
)
3
{
4
#ifdef ENSIGHTDEBUG
5
Info
<<
"Entering: USERD_get_number_of_model_parts"
<<
endl
<<
flush
;
6
#endif
7
8
return
Numparts_available
;
9
}
10
11
// ************************ vim: set sw=4 sts=4 et: ************************ //