8.1.13 Set_Status Procedure

The Set_Status procedure assigns a value to a status variable. It has an assignment interface so that it may be called by assigning a character variable to a Status_type variable.

Calling syntax:

S = Selector_Flag or
call Set (S, Selector_Flag)  

Input variable:

 Selector_Flag  String to select status flag. Possible values are: `Unset', `Success', `Multiple Error', `Multiple Warning', `Memory Warning', `Memory Error', `File Error', `CGNS Error', `CGNS No Node', `CGNS Bad Path'.

Output variable:

 S  The status, which is now set.

The Set_Status code listing contains additional documentation.

Michael L. Hall