Focal API Reference
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
fclHandleError
Interface
24 statements
Source File
Focal.f90
Focal
fclHandleError
Contents
None
interface
public module subroutine fclHandleError(errcode, focalCall, oclCall)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=c_int32_t),
intent(in)
::
errcode
character(len=*),
intent(in)
::
focalCall
character(len=*),
intent(in)
::
oclCall
Description
Wrapper to invoke fclErrorHandle procedure pointer (fixes issue with ifort)