Skip to content

Commit 0d8db1c

Browse files
committed
Merge branch 'mesh-changes' of https://github.com/ViRGIS-Team/CAPI into mesh-changes
2 parents fb08dcc + 0aae547 commit 0d8db1c

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)