DissociateGeometry_MappedTwoPointVector3D_t Subroutine

public subroutine DissociateGeometry_MappedTwoPointVector3D_t(this)

Arguments

TypeIntentOptionalAttributesName
class(MappedTwoPointVector3D_t), intent(inout) :: this

Contents


Source Code

  subroutine DissociateGeometry_MappedTwoPointVector3D_t(this)
    implicit none
    class(MappedTwoPointVector3D_t),intent(inout) :: this

    if(associated(this%geometry)) then
      this%geometry => null()
      this%geometry_associated = .false.
    endif

  endsubroutine DissociateGeometry_MappedTwoPointVector3D_t