Tpetra - fix warning error from mismatched virtual functions
Created by: kyungjoo-kim
Description
Fixiing mismatched virtual functions definitions. This could be a real error but somehow it works with other compilers and PR tests.
Related Issues
How Has This Been Tested?
As the error shows up from SRN machines with a clang compiler and this is not detected from PR tests, I cannot attempt to reproduce the error myself. From the error message, I matched the function signatures and hope that it will solve the problem.