From ef002836c611f0b4b375a98db6fdd5e947bf3368 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 24 Jan 2019 13:43:25 -0600 Subject: [PATCH] fix a typo --- include/deal.II/lac/affine_constraints.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5