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

Move active_fe_index_type to types. #14210

Merged
merged 1 commit into from Aug 23, 2022

Conversation

marcfehling
Copy link
Member

After preparing #14208 I noticed that we should also get #13595 done. This is the first PR in a series of many.

Comment on lines +541 to +542
static const types::fe_index invalid_active_fe_index =
static_cast<types::fe_index>(-1);
Copy link
Member

Choose a reason for hiding this comment

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

Why not move this to numbers?

Copy link
Member Author

Choose a reason for hiding this comment

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

I will do this in a follow-up PR. I'll make small changes, that way we can easily identify if some commit breaks something.

@marcfehling marcfehling merged commit d2e2c92 into dealii:master Aug 23, 2022
@marcfehling marcfehling deleted the feindex-type branch August 23, 2022 17:35
mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
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

3 participants