Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in), | allocatable | :: | a(:,:) | ||
integer(kind=int32), | intent(inout), | allocatable | :: | ac(:,:) | ||
logical, | intent(in), | optional | :: | debug |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | allocatable | :: | a(:,:) | ||
real(kind=real64), | intent(inout), | allocatable | :: | ac(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in), | allocatable | :: | a(:) | ||
integer(kind=int32), | intent(inout), | allocatable | :: | ac(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | allocatable | :: | a(:) | ||
real(kind=real64), | intent(inout), | allocatable | :: | ac(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=200), | intent(in), | allocatable | :: | a(:,:) | ||
character(len=200), | intent(inout), | allocatable | :: | ac(:,:) | ||
logical, | intent(in), | optional | :: | debug |