Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass), | intent(inout) | :: | self |
elemental Subroutine ObserverSourcePairDestruct(self) Class(ObserverSourcePairClass), intent(inout) :: self safedeallocate(self % rVect) safedeallocate(self % r) safedeallocate(self % re) safedeallocate(self % reUnitVect) safedeallocate(self % reStar) safedeallocate(self % reStarUnitVect) End Subroutine ObserverSourcePairDestruct