From 982abdb6429fb48ae97bac574b633f5f0fa363c6 Mon Sep 17 00:00:00 2001 From: Bruno Levy Date: Sat, 30 Sep 2023 10:13:30 +0200 Subject: [PATCH] Fixed warning (stopwatch shadowing...) --- src/examples/geogram/intersect/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/examples/geogram/intersect/main.cpp b/src/examples/geogram/intersect/main.cpp index 650eda343f44..b7dae8372560 100644 --- a/src/examples/geogram/intersect/main.cpp +++ b/src/examples/geogram/intersect/main.cpp @@ -57,7 +57,7 @@ int main(int argc, char** argv) { // Needs to be called once. GEO::initialize(); - Stopwatch W("Total time"); + Stopwatch W_total("Total time"); try { @@ -152,11 +152,11 @@ int main(int argc, char** argv) { if(CmdLine::get_arg("expr") != "") { Logger::div("Classify"); - Stopwatch W("Classify"); + Stopwatch W_classify("Classify"); mesh_classify_intersections(A,CmdLine::get_arg("expr")); } else if(CmdLine::get_arg_bool("post")) { Logger::div("Post"); - Stopwatch W("Post"); + Stopwatch W_post("Post"); mesh_repair( A, MeshRepairMode(