mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1724 from blattms/strip-milu-debug-out
Remove bogus debug output printing in MILU.
This commit is contained in:
commit
2575cf715c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user