diff --git a/src/MGmol.cc b/src/MGmol.cc index 2c61447d..44ee6bf2 100644 --- a/src/MGmol.cc +++ b/src/MGmol.cc @@ -1342,7 +1342,7 @@ double MGmol::computePrecondResidual(OrbitalsType& phi, // PRECONDITIONING // compute the preconditioned steepest descent direction // -> res - orbitals_precond_->precond_mg(res); + precond_mg(res); } return norm2Res;