Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout), | allocatable | :: | mat(:,:) | ||
logical, | intent(in), | optional | :: | remove1stColumn | ||
logical, | intent(in), | optional | :: | remove2ndColumn | ||
integer(kind=int32), | intent(in), | optional | :: | NextOf |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout), | allocatable | :: | mat(:,:) | ||
logical, | intent(in), | optional | :: | remove1stColumn | ||
logical, | intent(in), | optional | :: | remove2ndColumn | ||
integer(kind=int32), | intent(in), | optional | :: | NextOf |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout), | allocatable | :: | mat(:,:,:) | ||
logical, | intent(in), | optional | :: | remove1stColumn | ||
logical, | intent(in), | optional | :: | remove2ndColumn | ||
integer(kind=int32), | intent(in), | optional | :: | NextOf |