Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Jun 3, 2024
1 parent 26f9b59 commit 63bc637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filter_radius_assign/RadiusAssignFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ void RadiusAssignFilter::doOneNoDomain(PointRef &point)
}
}

std::cout << "point take " << std::fixed << std::setprecision(4) << point.getFieldAs<double>(Dimension::Id::X) << " " << point.getFieldAs<double>(Dimension::Id::Y) << " " << point.getFieldAs<double>(Dimension::Id::Z) << std::endl;
m_args->m_ptsToUpdate.push_back(point.pointId());
}

Expand Down

0 comments on commit 63bc637

Please sign in to comment.