| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_intpMatrixLSF_type), | intent(inout) | :: | me |
subroutine truncate_intpMatrixLSF(me) ! -------------------------------------------------------------------------- type(tem_intpMatrixLSF_type), intent(inout) :: me ! -------------------------------------------------------------------------- call truncate(me%matArray) call truncate(me%ID) call truncate(me%isInvertible) end subroutine truncate_intpMatrixLSF