Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76354 - in branches/release/boost/geometry: domains/gis multi/geometries
From: barend.gehrels_at_[hidden]
Date: 2012-01-07 19:33:36


Author: barendgehrels
Date: 2012-01-07 19:33:36 EST (Sat, 07 Jan 2012)
New Revision: 76354
URL: http://svn.boost.org/trac/boost/changeset/76354

Log:
Merge - after merge edits for Geometry
Added:
   branches/release/boost/geometry/multi/geometries/multi_geometries.hpp (contents, props changed)
Removed:
   branches/release/boost/geometry/domains/gis/

Added: branches/release/boost/geometry/multi/geometries/multi_geometries.hpp
==============================================================================
--- (empty file)
+++ branches/release/boost/geometry/multi/geometries/multi_geometries.hpp 2012-01-07 19:33:36 EST (Sat, 07 Jan 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
+
+// Use, modification and distribution is subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_GEOMETRIES_HPP
+#define BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_GEOMETRIES_HPP
+
+#include <boost/geometry/multi/geometries/multi_point.hpp>
+#include <boost/geometry/multi/geometries/multi_linestring.hpp>
+#include <boost/geometry/multi/geometries/multi_polygon.hpp>
+
+#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_GEOMETRIES_HPP


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk