mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
Removing some comments.
This commit is contained in:
parent
f516bd6ce3
commit
51fae6ca70
@ -298,7 +298,6 @@ namespace {
|
||||
<< std::setw(9) << it << std::setprecision(9)
|
||||
<< std::setw(18) << r0 << std::endl;
|
||||
|
||||
// compute the size of the non-linear system
|
||||
const int sizeNonLinear = residual_.sizeNonLinear();
|
||||
|
||||
V dxOld = V::Zero(sizeNonLinear);
|
||||
|
Loading…
Reference in New Issue
Block a user