Deallcoate 1-Dimensional array of type: real
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout), | dimension(:), allocatable | :: | var | Variable to which memeory is deallocated |
Deallcoate 2-Dimensional array of type: real
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout), | dimension(:, :), allocatable | :: | var | Variable to which memeory is deallocated |
Deallcoate 3-Dimensional array of type: real
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout), | dimension(:, :, :), allocatable | :: | var | Variable to which memeory is deallocated |
Deallcoate 4-Dimensional array of type: real
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout), | dimension(:, :, :, :), allocatable | :: | var | Variable to which memeory is deallocated |
Deallcoate 5-Dimensional array of type: real
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout), | dimension(:, :, :, :, :), allocatable | :: | var | Variable to which memeory is deallocated |
Deallcoate 6-Dimensional array of type: real
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout), | dimension(:, :, :, :, :, :), allocatable | :: | var | Variable to which memeory is deallocated |
Deallcoate 1-Dimensional array of type: integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout), | dimension(:), allocatable | :: | var | Variable to which memeory is deallocated |
Deallcoate 2-Dimensional array of type: integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout), | dimension(:, :), allocatable | :: | var | Variable to which memeory is deallocated |
Deallcoate 3-Dimensional array of type: integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout), | dimension(:, :, :), allocatable | :: | var | Variable to which memeory is deallocated |