From 75336a3248aa3ea2a3bf48acc2476c2d25aa9db0 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 19 Jan 2022 07:57:14 +0000 Subject: [PATCH] Advancing Front Reconstruction: Remove unused variable in example --- .../reconstruction_surface_mesh.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Advancing_front_surface_reconstruction/examples/Advancing_front_surface_reconstruction/reconstruction_surface_mesh.cpp b/Advancing_front_surface_reconstruction/examples/Advancing_front_surface_reconstruction/reconstruction_surface_mesh.cpp index 7fac0628770..425cbbd4e16 100644 --- a/Advancing_front_surface_reconstruction/examples/Advancing_front_surface_reconstruction/reconstruction_surface_mesh.cpp +++ b/Advancing_front_surface_reconstruction/examples/Advancing_front_surface_reconstruction/reconstruction_surface_mesh.cpp @@ -53,7 +53,6 @@ int main(int argc, char* argv[]) { std::ifstream in((argc>1)?argv[1]:"data/half.xyz"); std::vector points; - std::vector facets; Mesh m; std::copy(std::istream_iterator(in),