fclHandleError Interface

interface
public module subroutine fclHandleError(errcode, focalCall, oclCall)

Arguments

Type IntentOptional 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)