Skip to content

Commit

Permalink
update decimationFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 20, 2023
1 parent f2b061e commit 02d974f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/filter_grid_decimation/grid_decimationFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ void GridDecimationFilter::ready(PointTableRef table)

if (m_args->m_nameAddAttribut.empty())
throwError("The output_name_attribut must be given.");

if (!m_args->m_nameWktgrid.empty())
std::remove(m_args->m_nameWktgrid.c_str());
}

void GridDecimationFilter::addDimensions(PointLayoutPtr layout)
Expand Down

0 comments on commit 02d974f

Please sign in to comment.