Merge pull request #1724 from blattms/strip-milu-debug-out

Remove bogus debug output printing in MILU.
This commit is contained in:
Markus Blatt 2019-02-07 16:34:41 +01:00 committed by GitHub
commit 2575cf715c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,8 +307,6 @@ namespace Opm
for(const auto& entry: sum_dropped)
{
auto& bdiag = (*a_ik)[index][index];
if(entry<0)
std::cout << entry << std::endl;
bdiag += signFunctor(bdiag) * entry;
++index;
}