Focal API Reference
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
fclDbgCheckKernelArgType
Interface
44 statements
Source File
Focal.f90
Focal
fclDbgCheckKernelArgType
Contents
None
interface
public module subroutine fclDbgCheckKernelArgType(kernel, argNo, type)
Arguments
Type
Intent
Optional
Attributes
Name
type(
fclKernel
),
intent(in)
::
kernel
integer,
intent(in)
::
argNo
character(len=*),
intent(in)
::
type
Description
Checks the types of arguments passed to kernels
Note
Debug routine: only executed for debug build.