annotate DEPENDENCIES/generic/include/boost/geometry/multi/algorithms/remove_spikes.hpp @ 133:4acb5d8d80b6
tip
Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author |
Chris Cannam |
date |
Tue, 30 Jul 2019 12:25:44 +0100 |
parents |
f46d142149f5 |
children |
|
rev |
line source |
Chris@102
|
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
|
Chris@102
|
2
|
Chris@102
|
3 // Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
|
Chris@102
|
4 // Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
|
Chris@102
|
5 // Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
|
Chris@102
|
6 // Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland.
|
Chris@102
|
7
|
Chris@102
|
8 // Use, modification and distribution is subject to the Boost Software License,
|
Chris@102
|
9 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
Chris@102
|
10 // http://www.boost.org/LICENSE_1_0.txt)
|
Chris@102
|
11
|
Chris@102
|
12 #ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_REMOVE_SPIKES_HPP
|
Chris@102
|
13 #define BOOST_GEOMETRY_MULTI_ALGORITHMS_REMOVE_SPIKES_HPP
|
Chris@102
|
14
|
Chris@102
|
15
|
Chris@102
|
16 #include <boost/geometry/algorithms/remove_spikes.hpp>
|
Chris@102
|
17
|
Chris@102
|
18
|
Chris@102
|
19 #endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_REMOVE_SPIKES_HPP
|