Skip to content

Commit

Permalink
gridDecimation : modification du type de sortie
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed May 29, 2024
1 parent 7c73b07 commit 030654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter_grid_decimation/GridDecimationFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void GridDecimationFilter::ready(PointTableRef table)

void GridDecimationFilter::addDimensions(PointLayoutPtr layout)
{
m_args->m_dim = layout->registerOrAssignDim(m_args->m_nameOutDimension, Dimension::Type::Double);
m_args->m_dim = layout->registerOrAssignDim(m_args->m_nameOutDimension, Dimension::Type::Unsigned8);
}

void GridDecimationFilter::processOne(BOX2D bounds, PointRef& point, PointViewPtr view)
Expand Down

0 comments on commit 030654a

Please sign in to comment.