FIXME : Add documentation
subroutine finish_geometry implicit none if (allocated(geom)) then call geom%finalise deallocate(geom) end if end subroutine finish_geometry