Skip to content
Snippets Groups Projects
Commit beccc837 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: revert recent changes in test

parent bda89bef
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,7 @@ void printPointSet(otb::SarImageMetadataInterface::PointSetPointer pointSet, std
{
stream << "PointSet values :" << std::endl;
otb::SarImageMetadataInterface::PointSetType::PointType point;
point.Fill(0);
otb::SarImageMetadataInterface::PointSetType::PixelType pointValue;
pointValue.Fill(0);
for (unsigned int i = 0; i < pointSet->GetNumberOfPoints(); ++i)
{
pointSet->GetPoint(i, &point);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment