Skip to content

Commit 0aae547

Browse files
author
Paul Harwood
committed
Update pdalc_pointview.cpp
1 parent 9c704be commit 0aae547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/pdal/pdalc_pointview.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ extern "C"
212212
pdal::capi::PointView *wrapper = reinterpret_cast<pdal::capi::PointView *>(view);
213213
pdal::TriangularMesh* mesh = nullptr;
214214

215-
if (wrapper && *wrapper) {
215+
if (wrapper && *wrapper)
216+
{
216217
mesh=(*wrapper)->mesh();
217218
}
218219

0 commit comments

Comments
 (0)