Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MappedScalar1D_t), | intent(inout) | :: | this |
subroutine DissociateGeometry_MappedScalar1D_t(this)
implicit none
class(MappedScalar1D_t),intent(inout) :: this
if(associated(this%geometry)) then
this%geometry => null()
this%geometry_associated = .false.
endif
endsubroutine DissociateGeometry_MappedScalar1D_t