mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-18 14:24:51 -05:00
Remove bogus debug output printing in MILU.
Somehow some standard output when running MILU () is still there and it really clutters the output and and makes it unusable. This commit removes it from flow.
This commit is contained in:
@@ -306,8 +306,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user