Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:) | :: | aa | ||
real, | intent(in), | dimension(:) | :: | bb | ||
real, | intent(in), | dimension(:) | :: | cc | ||
real, | intent(inout), | dimension(:) | :: | sol |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | llim | |||
real, | intent(in), | dimension(llim:) | :: | aa | ||
real, | intent(in), | dimension(llim:) | :: | bb | ||
real, | intent(in), | dimension(llim:) | :: | cc | ||
complex, | intent(inout), | dimension(llim:) | :: | sol |