diff --git a/opm/simulators/linalg/ISTLSolverEbos.hpp b/opm/simulators/linalg/ISTLSolverEbos.hpp index 4b2027175..a2e27c063 100644 --- a/opm/simulators/linalg/ISTLSolverEbos.hpp +++ b/opm/simulators/linalg/ISTLSolverEbos.hpp @@ -517,7 +517,6 @@ protected: typedef WellModelMatrixAdapter< Matrix, Vector, Vector, WellModel, true > Operator; assert (noGhostMat_); - copyJacToNoGhost(*matrix_, *noGhostMat_); Operator opA(*noGhostMat_, wellModel, comm_ );