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