From: Matthias Maier Date: Thu, 24 Jan 2019 19:43:25 +0000 (-0600) Subject: fix a typo X-Git-Tag: v9.1.0-rc1~406^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7635%2Fhead;p=dealii.git fix a typo --- diff --git a/include/deal.II/lac/affine_constraints.templates.h b/include/deal.II/lac/affine_constraints.templates.h index 19599515f9..dc0df47d7f 100644 --- a/include/deal.II/lac/affine_constraints.templates.h +++ b/include/deal.II/lac/affine_constraints.templates.h @@ -185,7 +185,7 @@ AffineConstraints::is_consistent_in_parallel( ++inconsistent; if (verbose) std::cout << "Proc " << myid << " got line " << lineit.index - << " from " << kv.first << " wrong values!" + << " from " << kv.first << " with wrong values!" << std::endl; } }