USERD_get_border_availability.H
Go to the documentation of this file.
1 
2 // Not used
3 
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 }
int USERD_get_border_availability(int part_number, int number_of_elements[Z_MAXTYPE])
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
Ostream & flush(Ostream &os)
Flush stream.
Definition: Ostream.H:245
messageStream Info