Loading src/Geom_Shape.f90 +2 −2 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ ENDSUBROUTINE clear_ShapeType !> @param dealloc optional flag to deallocate the pointer to the ShapeType !> object. Default is .TRUE. !> ELEMENTAL SUBROUTINE clear_ShapeTypePtrArray(this,dealloc) IMPURE ELEMENTAL SUBROUTINE clear_ShapeTypePtrArray(this,dealloc) CLASS(ShapeTypePtrArray),INTENT(INOUT) :: this LOGICAL(SBK),INTENT(IN),OPTIONAL :: dealloc ! Loading Loading
src/Geom_Shape.f90 +2 −2 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ ENDSUBROUTINE clear_ShapeType !> @param dealloc optional flag to deallocate the pointer to the ShapeType !> object. Default is .TRUE. !> ELEMENTAL SUBROUTINE clear_ShapeTypePtrArray(this,dealloc) IMPURE ELEMENTAL SUBROUTINE clear_ShapeTypePtrArray(this,dealloc) CLASS(ShapeTypePtrArray),INTENT(INOUT) :: this LOGICAL(SBK),INTENT(IN),OPTIONAL :: dealloc ! Loading