mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 19:00:29 -06:00
[bugfix] remove redundant copyjacToNoGhost in ISTLSolverEbos::solve
It uses a null pointer and make flow segfault. The copying is already done in ISTLSolverEbos::prepare.
This commit is contained in:
parent
3766f19de3
commit
27ace20378
@ -517,7 +517,6 @@ protected:
|
||||
|
||||
typedef WellModelMatrixAdapter< Matrix, Vector, Vector, WellModel, true > Operator;
|
||||
assert (noGhostMat_);
|
||||
copyJacToNoGhost(*matrix_, *noGhostMat_);
|
||||
Operator opA(*noGhostMat_, wellModel,
|
||||
comm_ );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user