0.6.0
Loading...
Searching...
No Matches
mod_reallocate::reallocate Interface Reference

Public Member Functions

subroutine reallocate_integer_array (array, new_value)
 
subroutine reallocate_integer_array_list (array, length, new_values)
 
subroutine reallocate_double_array (array, new_value)
 
subroutine reallocate_double_array_list (array, length, new_values)
 
subroutine reallocate_logical_array (array, new_value)
 
subroutine reallocate_logical_array_list (array, length, new_values)
 

Member Function/Subroutine Documentation

◆ reallocate_double_array()

subroutine mod_reallocate::reallocate::reallocate_double_array ( double precision, dimension(:), intent(inout), allocatable array,
double precision, intent(in), optional new_value )

◆ reallocate_double_array_list()

subroutine mod_reallocate::reallocate::reallocate_double_array_list ( double precision, dimension(:), intent(inout), allocatable array,
integer, intent(in) length,
double precision, dimension(:), intent(in) new_values )

◆ reallocate_integer_array()

subroutine mod_reallocate::reallocate::reallocate_integer_array ( integer, dimension(:), intent(inout), allocatable array,
integer, intent(in), optional new_value )

◆ reallocate_integer_array_list()

subroutine mod_reallocate::reallocate::reallocate_integer_array_list ( integer, dimension(:), intent(inout), allocatable array,
integer, intent(in) length,
integer, dimension(:), intent(in) new_values )

◆ reallocate_logical_array()

subroutine mod_reallocate::reallocate::reallocate_logical_array ( logical, dimension(:), intent(inout), allocatable array,
logical, intent(in), optional new_value )

◆ reallocate_logical_array_list()

subroutine mod_reallocate::reallocate::reallocate_logical_array_list ( logical, dimension(:), intent(inout), allocatable array,
integer, intent(in) length,
logical, dimension(:), intent(in) new_values )

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