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

irregular to regular #322

Merged
merged 11 commits into from
Apr 27, 2024
Merged

Conversation

lucacarniato
Copy link
Contributor

No description provided.

@lucacarniato lucacarniato marked this pull request as ready for review April 24, 2024 13:04
Comment on lines +155 to +161
Eigen::Matrix<UInt, 2, 2> matrix;
for (UInt i = 0; i < localI.size(); ++i)
{
if (localI[i] == minI && localJ[i] == minJ)
{
matrix(0, 0) = localNodes[i];
}
Copy link
Contributor

Choose a reason for hiding this comment

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

In the loop below is every element of the matrix assigned a value? If not then should it be initialised with some default set of values

Comment on lines +2 to +4
//
// Copyright (C) Stichting Deltares, 2011-2023.
//
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be a year out of date

@lucacarniato lucacarniato merged commit ab0faf2 into master Apr 27, 2024
13 checks passed
@lucacarniato lucacarniato deleted the feature/GRIDEDIT-784-irregular-to-regular branch April 27, 2024 06:19
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