FreeFOAM The Cross-Platform CFD Toolkit
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 //======================================================================
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: ************************ //