Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh_3: add a scope after if(...) #8241

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

lrineau
Copy link
Member

@lrineau lrineau commented May 30, 2024

Summary of Changes

Trivial, that adds a scope. Before it was:

      if(surface)
        fp =  Facet_properties(std::make_tuple(*surface,
                                      std::get<1>(intersect),
                                      std::get<0>(intersect)));

and now:

      if(surface)
      {
        fp =  Facet_properties(std::make_tuple(*surface,
                                      std::get<1>(intersect),
                                      std::get<0>(intersect)));
      }

Release Management

  • Affected package(s): Mesh_3

@sloriot
Copy link
Member

sloriot commented Jun 3, 2024

Successfully tested in CGAL-6.0-Ic-257

@lrineau lrineau added the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Jun 3, 2024
@lrineau lrineau self-assigned this Jun 3, 2024
@lrineau lrineau merged commit 212c6bc into CGAL:master Jun 3, 2024
8 checks passed
@lrineau lrineau deleted the Mesh_3-add_a_scope_after_if-GF branch June 3, 2024 15:59
@lrineau lrineau removed the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants