fclDbgCheckContext Interface

interface
public module subroutine fclDbgCheckContext(descrip, ctx)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: descrip

Description of program location for error output

type(fclContext), intent(in), optional :: ctx

Context to test. Uses fclDefaultContext if not present.

Description

Check the (default) context is initialised. Assumes uninitialised contexts have cl_context = -1.