Sets the VML Error Status to VML_STATUS_OK and stores the previous VML Error Status to olderr.
FORTRAN:
olderr = vmlclearerrstatus( )
C:
olderr = vmlClearErrStatus( void );
Name |
Type |
Description |
---|---|---|
olderr |
FORTRAN: INTEGER C: int |
Specifies the former VML error status. |