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

Fix types #12947

Merged
merged 1 commit into from Nov 16, 2021
Merged

Fix types #12947

merged 1 commit into from Nov 16, 2021

Conversation

peterrum
Copy link
Member

No description provided.

@tjhei
Copy link
Member

tjhei commented Nov 15, 2021

/rebuild

@@ -929,7 +929,7 @@ namespace
// A lambda to avoid code duplication.
const auto copy_vertex = [&](unsigned int vertex_index) -> void {
// copy into local struct
for (size_t d = 0; d < dim; ++d)
for (int d = 0; d < dim; ++d)
Copy link
Member

Choose a reason for hiding this comment

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

We use unsigned int in almost all of these places. Would you mind changing it? Same for the other place.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done!

@bangerth bangerth merged commit d9ceab7 into dealii:master Nov 16, 2021
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.

None yet

4 participants