Skip to content

Commit

Permalink
Fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawme committed Sep 4, 2022
1 parent dc09085 commit 9db6178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io/src/ply_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,6 @@ pcl::PLYWriter::writeASCII (const std::string &file_name,
}

unsigned int nr_points = cloud.width * cloud.height;
auto point_size = static_cast<unsigned int> (cloud.data.size () / nr_points);

// Write the header information if available
if (use_camera)
Expand Down

0 comments on commit 9db6178

Please sign in to comment.