Skip to content

Commit

Permalink
turn off the sample if we explicitly list dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Aug 28, 2013
1 parent 6d4e179 commit 8cda9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/pcinfo.cpp
Expand Up @@ -326,6 +326,8 @@ int PcInfo::execute()
{
Option dimensions("dimensions", m_Dimensions, "Use explicit list of dimensions");
m_options.add(dimensions);
Option do_sample("do_sample", false, "Dont do sampling");
m_options.add(do_sample);
}

pdal::Options options = m_options + readerOptions;
Expand Down

0 comments on commit 8cda9be

Please sign in to comment.