Pangolin
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
data_check::check_allocated Interface Reference

Generic function for checking arrays of int or double precision. More...

Public Member Functions

subroutine check_allocated_int (cur, dname, func_name, fname)
 Check if the array of integer is already allocated. More...
 
subroutine check_allocated_double (cur, dname, func_name, fname)
 Check if the array of integer is already allocated. More...
 
subroutine check_allocated_double2d (cur, dname, func_name, fname)
 Check if 2d integer array is already allocated. More...
 

Detailed Description

Generic function for checking arrays of int or double precision.

Member Function/Subroutine Documentation

subroutine data_check::check_allocated::check_allocated_double ( double precision, dimension(:), intent(in), allocatable  cur,
character(*)  dname,
character(*)  func_name,
character(*)  fname 
)

Check if the array of integer is already allocated.

Parameters
func_name: function name
fname: file name
subroutine data_check::check_allocated::check_allocated_double2d ( double precision, dimension(:,:), intent(in), allocatable  cur,
character(*)  dname,
character(*)  func_name,
character(*)  fname 
)

Check if 2d integer array is already allocated.

subroutine data_check::check_allocated::check_allocated_int ( integer, dimension(:), intent(in), allocatable  cur,
character(*)  dname,
character(*)  func_name,
character(*)  fname 
)

Check if the array of integer is already allocated.

Parameters
func_name: function name
fname: file name

The documentation for this interface was generated from the following file: