Interface to perform memory deallocation within the openMMPol library, it can be called for 1,2 and 3-dimensional arrays of either integer or real
Free a 1-dimensional array of reals
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |
Human-readable description string of the deallocation operation, just for output purpose. |
||
| real(kind=rp), | intent(inout), | allocatable | :: | v(:) |
Array to free |
Free a 2-dimensional array of reals
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |
Human-readable description string of the deallocation operation, just for output purpose. |
||
| real(kind=rp), | intent(inout), | allocatable | :: | v(:,:) |
Array to free |
Free a 3-dimensional array of reals
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |
Human-readable description string of the deallocation operation, just for output purpose. |
||
| real(kind=rp), | intent(inout), | allocatable | :: | v(:,:,:) |
Array to free |
Free a 1-dimensional array of integers
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |
Human-readable description string of the deallocation operation, just for output purpose. |
||
| integer(kind=ip), | intent(inout), | allocatable | :: | v(:) |
Array to free |
Free a 2-dimensional array of integers
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |
Human-readable description string of the deallocation operation, just for output purpose. |
||
| integer(kind=ip), | intent(inout), | allocatable | :: | v(:,:) |
Array to free |
Free a 3-dimensional array of integers
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |
Human-readable description string of the deallocation operation, just for output purpose. |
||
| integer(kind=ip), | intent(inout), | allocatable | :: | v(:,:,:) |
Array to free |
Free a 1-dimensional array of integers
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |
Human-readable description string of the deallocation operation, just for output purpose. |
||
| logical(kind=lp), | intent(inout), | allocatable | :: | v(:) |
Array to free |
Free a 2-dimensional array of integers
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |
Human-readable description string of the deallocation operation, just for output purpose. |
||
| logical(kind=lp), | intent(inout), | allocatable | :: | v(:,:) |
Array to free |