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

Feature/gridedit 1552 refactor smoothness and orthogonality 2 #396

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

BillSenior
Copy link
Contributor

No description provided.

@BillSenior BillSenior force-pushed the feature/GRIDEDIT-1552_refactor_smoothness_and_orthogonality_2 branch from 4152e1d to 89f2ca8 Compare January 13, 2025 10:01
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make all methods static and remove const qualifiers.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make all methods static and remove const qualifiers.

@@ -1417,7 +1419,8 @@ TEST(Mesh2D, GetSmoothness_OnTriangularMesh_ShouldgetSmoothnessValues)
const auto mesh = ReadLegacyMesh2DFromFile(TEST_FOLDER + "/data/TestOrthogonalizationMediumTriangularGrid_net.nc");

// Execute
const auto smoothness = mesh->GetSmoothness();
meshkernel::MeshSmoothness meshSmoothness;
const auto smoothness = meshSmoothness.Compute(*mesh); //->GetSmoothness();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants