diff --git a/dumux/implicit/box/boxassembler.hh b/dumux/implicit/box/boxassembler.hh index dfbc196b77430812c51421b7659e94ed233192b7..6d6ca066517cf2d727d5d9446d358af2cff193f2 100644 --- a/dumux/implicit/box/boxassembler.hh +++ b/dumux/implicit/box/boxassembler.hh @@ -306,7 +306,7 @@ private: for (int j = 0; j < this->residual_[globI].dimension; ++j) { if (!std::isfinite(this->residual_[globI][j])) { DUNE_THROW(NumericalProblem, - "residual_[" << globI "][" << j << "] is not finite"); + "residual_[" << globI << "][" << j << "] is not finite"); } } if (this->enableJacobianRecycling_()) {