| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=SP), | intent(in), | DIMENSION(:) | :: | src | ||
| real(kind=SP), | intent(out), | DIMENSION(:) | :: | dest | ||
| integer(kind=I4B), | intent(out) | :: | n_copied | |||
| integer(kind=I4B), | intent(out) | :: | n_not_copied |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=DP), | intent(in), | DIMENSION(:) | :: | src | ||
| real(kind=DP), | intent(out), | DIMENSION(:) | :: | dest | ||
| integer(kind=I4B), | intent(out) | :: | n_copied | |||
| integer(kind=I4B), | intent(out) | :: | n_not_copied |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4B), | intent(in), | DIMENSION(:) | :: | src | ||
| integer(kind=I4B), | intent(out), | DIMENSION(:) | :: | dest | ||
| integer(kind=I4B), | intent(out) | :: | n_copied | |||
| integer(kind=I4B), | intent(out) | :: | n_not_copied |