CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Fixes defects in testEigenvalueSolver #324

Closed aarograh closed 3 years ago

aarograh commented 3 years ago

Something was being cleared twice in Trilinos due to how we were calling various functions. This fixes that issue and fixes 2 other unrelated valgrind defects. The test now passes in release-debug with no memory leaks or other valgrind defects.