Choral
Private Member Functions | List of all members
real_type::freemem Interface Reference

deallocate memory for real(RP) arrays More...

Collaboration diagram for real_type::freemem:
Collaboration graph

Private Member Functions

subroutine free_ra1d (p)
 de-allocate a one-dimensional real allocatable array More...
 
subroutine free_ra2d (p)
 de-allocate a 2-dimensional real allocatable array More...
 
subroutine free_ra3d (p)
 de-allocate a 3-dimensional real allocatable array More...
 

Detailed Description

deallocate memory for real(RP) arrays

Definition at line 163 of file real_type.F90.

Member Function/Subroutine Documentation

◆ free_ra1d()

subroutine real_type::freemem::free_ra1d ( real(rp), dimension(:), allocatable  p)
private

de-allocate a one-dimensional real allocatable array

Definition at line 279 of file real_type.F90.

◆ free_ra2d()

subroutine real_type::freemem::free_ra2d ( real(rp), dimension(:,:), allocatable  p)
private

de-allocate a 2-dimensional real allocatable array

Definition at line 294 of file real_type.F90.

◆ free_ra3d()

subroutine real_type::freemem::free_ra3d ( real(rp), dimension(:,:,:), allocatable  p)
private

de-allocate a 3-dimensional real allocatable array

Definition at line 310 of file real_type.F90.


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