mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Cleanup code.
Removed unused boolean switch in WellModelMatrixAdapter and removed commented code.
This commit is contained in:
@@ -671,11 +671,6 @@ namespace Opm
|
||||
// specializations in for 3x3 and 4x4 matrices.
|
||||
auto original = invDuneD_[0][0];
|
||||
Dune::FMatrixHelp::invertMatrix(original, invDuneD_[0][0]);
|
||||
|
||||
// if ( param_.matrix_add_well_contributions_ )
|
||||
// {
|
||||
// addWellContributions( ebosJac );
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user