12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

GRSTATUSDescriptions of the Library Routines 2Graphics Function: Returns the status of the most recently used graphics routine. This functionis only available on Windows* systems.Module: USE IFQWINSyntaxresult = GRSTATUS ( )Results:The result type is INTEGER(2). The result is the status of the most recently used graphicsfunction.Use GRSTATUS immediately following a call to a graphics routine to determine if errors orwarnings were generated. Return values less than 0 are errors, and values greater than 0 arewarnings.The following symbolic constants are defined in the IFQWIN.F90 module file for use withGRSTATUS:Constant$GRFILEWRITEERROR$GRFILEOPENERROR$GRIMAGEREADERROR$GRBITMAPDISPLAYERROR$GRBITMAPTOOLARGE$GRIMPROPERBITMAPFORMAT$GRFILEREADERROR$GRNOBITMAPFILE$GRINVALIDIMAGEBUFFER$GRINSUFFICIENTMEMORY$GRINVALIDPARAMETER$GRMODENOTSUPPORTED$GRERROR$GROK$GRNOOUTPUT$GRCLIPPEDMeaningError writing bitmap fileError opening bitmap fileError reading imageError displaying bitmapBitmap too largeImproper format for bitmap fileError reading fileNo bitmap fileImage buffer data inconsistentNot enough memory to allocate buffer or to complete a filloperationOne or more parameters invalidRequested video mode not supportedGraphics errorSuccessNo action takenOutput was clipped to viewport2-159

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!