Skip to content

Commit

Permalink
use better variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgerlek committed Mar 11, 2012
1 parent c253e94 commit 30165f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pdal/filters/Stats.hpp
Expand Up @@ -63,7 +63,7 @@ namespace stats


typedef boost::iterator_range<std::vector<std::pair<double, double> >::iterator > histogram_type;
#ifndef _MSC_VER // See boost ticket 6535: https://svn.boost.org/trac/boost/ticket/6535
#ifndef PDAL_COMPILER_MSVC // See boost ticket 6535: https://svn.boost.org/trac/boost/ticket/6535
typedef boost::accumulators::accumulator_set<double, boost::accumulators::features< boost::accumulators::droppable<boost::accumulators::tag::density> > > density_accumulator ;
#else
typedef boost::accumulators::accumulator_set<double, boost::accumulators::features< boost::accumulators::tag::density > > density_accumulator ;
Expand Down

0 comments on commit 30165f1

Please sign in to comment.