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 more Trilinos-related clang-tidy complains #7538

Merged
merged 1 commit into from
Dec 25, 2018

Conversation

masterleinad
Copy link
Member

For the IndexSet(const Epetra_Map &map) constructor only the interfaces from the base class Epetra_BlockMap are needed.
Using the base class in the constructor interface instead saves us from forcing a failing downcast.

Unfortunately, changing the return type for Vector::vector_partitioner() would not be backward-compatible (all tests would work nevertheless since the return value is only used as a temporary variable).

@masterleinad
Copy link
Member Author

/rebuild

@masterleinad
Copy link
Member Author

/run-tests

Copy link
Member

@tamiko tamiko left a comment

Choose a reason for hiding this comment

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

Can you add a quick changelog entry (maybe in connection with #7544)? I suggest we merge together with #7544

@masterleinad masterleinad merged commit a41a2be into dealii:master Dec 25, 2018
@masterleinad masterleinad deleted the trilinos_clang_tidy branch December 25, 2018 22:02
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

2 participants