We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a5795 commit be5c64eCopy full SHA for be5c64e
noether_tpp/src/mesh_modifiers/compound_modifier.cpp
@@ -18,7 +18,7 @@ std::vector<pcl::PolygonMesh> CompoundMeshModifier::modify(const pcl::PolygonMes
18
const MeshModifier::ConstPtr& modifier = modifiers_[i];
19
20
std::vector<pcl::PolygonMesh> tmp_meshes;
21
- for (std::size_t j = 0; j < meshes.size(); ++i)
+ for (std::size_t j = 0; j < meshes.size(); ++j)
22
{
23
try
24
0 commit comments