Replace tabs with spaces.

This commit is contained in:
Atgeirr Flø Rasmussen 2019-04-05 11:21:36 +02:00 committed by Markus Blatt
parent 5f4f8b71a8
commit c92d84432c

View File

@ -297,6 +297,8 @@ namespace Opm {
// equations
wellModel().linearize(ebosSimulator().model().linearizer().jacobian(),
ebosSimulator().model().linearizer().residual());
// Solve the linear system.
linear_solve_setup_time_ = 0.0;
try {
solveJacobianSystem(x);