mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 07:53:29 -06: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:
parent
1a5d38ec9c
commit
29464cd832
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user