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_border_availability.H
Go to the documentation of this file.
1
2
// Not used
3
4
int
USERD_get_border_availability
5
(
6
int
part_number,
7
int
number_of_elements[Z_MAXTYPE]
8
)
9
{
10
#ifdef ENSIGHTDEBUG
11
Info
<<
"Entering: USERD_get_border_availability for part_number "
12
<< part_number <<
endl
13
<<
flush
;
14
#endif
15
16
return
Z_ERR;
17
}
18
19
// ************************ vim: set sw=4 sts=4 et: ************************ //