Skip to content

Commit

Permalink
remove extra "else"
Browse files Browse the repository at this point in the history
  • Loading branch information
janetournois committed Nov 29, 2024
1 parent 7e1f24e commit 47e575b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mesh_3/include/CGAL/Mesh_3/Protect_edges_sizing_field.h
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ class Protect_edges_sizing_field
// negative value (marker for special balls).
if(dim < 0)
dim = -1 - dim;
else
return field(p, dim, index);

return field(p, dim, index);
}

/// Query the sizing field and return its value at the point `p`
Expand Down

0 comments on commit 47e575b

Please sign in to comment.