From a816c119bbfc3c7be192df084055f3dfb484cdb6 Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 4 Sep 2025 12:06:19 +0200 Subject: [PATCH] Spelling correction Spelling correction --- .../test/Surface_mesh_approximation/vsa_metric_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_approximation/test/Surface_mesh_approximation/vsa_metric_test.cpp b/Surface_mesh_approximation/test/Surface_mesh_approximation/vsa_metric_test.cpp index 74e63634183..94f8dfcfd3f 100644 --- a/Surface_mesh_approximation/test/Surface_mesh_approximation/vsa_metric_test.cpp +++ b/Surface_mesh_approximation/test/Surface_mesh_approximation/vsa_metric_test.cpp @@ -102,7 +102,7 @@ int main() } // create compact metric approximation algorithm instance - std::cout << "create compact vas instance" << std::endl; + std::cout << "create compact vsa instance" << std::endl; Compact_metric_point_proxy error_metric(center_pmap, area_pmap); Compact_approx approx(mesh, vpmap, error_metric);