Skip to content

Commit

Permalink
Fixed warning (Stopwatch W shadowing other stopwatch W)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLevy committed Sep 30, 2023
1 parent 9adde2c commit 3001ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/geogram/intersect/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ int main(int argc, char** argv) {

{
Logger::div("Intersect");
Stopwatch W("Intersect");
Stopwatch Wintersect("Intersect");
MeshSurfaceIntersection I(A);
I.set_verbose(CmdLine::get_arg_bool("verbose"));
I.set_delaunay(CmdLine::get_arg_bool("Delaunay"));
Expand Down

0 comments on commit 3001ae7

Please sign in to comment.