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

GRIDEDIT-1516 Fixed bug in node classification and updated unit test #384

Merged

Conversation

BillSenior
Copy link
Contributor

Also added file missing in previous Jira item
This file was not required for normal execution of mesh kernel only help in debugging

#include "MeshKernel/Utilities/Utilities.hpp"
#include "MeshKernel/Exceptions.hpp"

void meshkernel::Print(const std::vector<Point>& nodes, const std::vector<Edge>& edges, std::ostream& out)
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need to keep these functions?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, we do not need them, but it makes it easy to view a mesh. And we do not have to re-implement them each time they are needed (which is quite often)

}
}

void meshkernel::Print(const std::vector<double>& xNodes,
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need to keep these functions?

Also added file missing in previous Jira item
This file was not required for normal execution of mesh kernel only help
in debugging
@BillSenior BillSenior force-pushed the feature/GRIDEDIT-1516_node_classification_error branch from 8853b6a to 98c7462 Compare December 17, 2024 15:20
@lucacarniato lucacarniato merged commit cfd0b47 into master Dec 18, 2024
13 of 14 checks passed
@lucacarniato lucacarniato deleted the feature/GRIDEDIT-1516_node_classification_error branch December 18, 2024 16:35
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