MueLu: modifying type in LocallexicographicIndexManager fix issue #4334
Created by: lucbv
@trilinos/muelu
Description
Fix type in MueLu_LocalLexicographicIndexManager_def.hpp for more consistency and to help with Albany build.
Motivation and Context
Albany has a build error in MueLu because of this issue.
Related Issues
- Closes #4334 (closed)
How Has This Been Tested?
Local build and tests have been run.
Checklist
-
My commit messages mention the appropriate GitHub issue numbers. -
My code follows the code style of the affected package(s). -
I have read the code contribution guidelines for this project. -
I have added tests to cover my changes. -
All new and existing tests passed. -
No new compiler warnings were introduced.