mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
Removing the output of the size of system.
This commit is contained in:
parent
cd174c5ba4
commit
f2518b6647
@ -312,8 +312,6 @@ namespace {
|
||||
sizeNonLinear += residual_.well_flux_eq.size();
|
||||
sizeNonLinear += residual_.well_eq.size();
|
||||
|
||||
std::cout << " the size of the linear system is " << sizeNonLinear<< std::endl;
|
||||
|
||||
V dxOld = V::Zero(sizeNonLinear);
|
||||
|
||||
bool isOscillate = false;
|
||||
|
Loading…
Reference in New Issue
Block a user