Ifpack2 - remove return type from Ifpack2_BlockTriDiContainer_impl.hpp
Created by: kyungjoo-kim
Fix #3304 (closed)
Description
Unnecessary return type (probably typo from when I change the operator as a static function) produces an warning which turns into an error in sierra build.
How Has This Been Tested?
I confirmed the error is gone in my workstation using gcc pull request script.