| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(kMat_t) | :: | this | ||||
| integer(kind=int64), | intent(in) | :: | index |
function elementAccess(this, index) result(kMatel) implicit none class(kMat_t) :: this integer(int64), intent(in) :: index real(dp) :: kMatel kMatel = this%kMat_p(index) end function elementAccess