Skip to content

Commit

Permalink
Add a const&
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 3, 2024
1 parent fc0f197 commit f2815f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ int main(int, char**)
Iso_cuboid canonical_cube(1, 1, 1, 3, 3, 3);

std::map<std::string, Periodic_function> functions;
#if 0 // def CGAL_NDEBUG
#ifdef CGAL_NDEBUG
// Only test those when not in debug (otherwise it takes too long)
functions["D_prime"] = Periodic_function(D_prime, canonical_cube);
functions["G_prime"] = Periodic_function(G_prime, canonical_cube);
Expand Down

0 comments on commit f2815f3

Please sign in to comment.