Removed order/closure elements because of dispatch cleanup (it is now as it was before)

[SVN r62181]
This commit is contained in:
Barend Gehrels 2010-05-24 21:19:53 +00:00
parent 8b260caec8
commit 4f9f03e071

View File

@ -35,8 +35,8 @@ BOOST_GEOMETRY_REGISTER_RING_TEMPLATIZED(triangle)
namespace boost { namespace geometry { namespace dispatch {
// Specializations of area dispatch structure, implement algorithm
template<typename P, typename S, closure_selector Closure>
struct area<ring_tag, triangle<P>, clockwise, Closure, S>
template<typename P, typename S>
struct area<ring_tag, triangle<P>, S>
{
static inline double apply(triangle<P> const& t, S const&)
{