From: Wolfgang Bangerth Date: Wed, 11 Mar 1998 11:23:05 +0000 (+0000) Subject: Fix typo X-Git-Tag: v8.0.0~23197 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=519d4af5846328ef9d3d2ede3a356b0957e2110d;p=dealii.git Fix typo git-svn-id: https://svn.dealii.org/trunk@54 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/dfmatrix.h b/deal.II/lac/include/lac/dfmatrix.h index 83b5f9ee09..1662407659 100644 --- a/deal.II/lac/include/lac/dfmatrix.h +++ b/deal.II/lac/include/lac/dfmatrix.h @@ -367,7 +367,7 @@ class dFMatrix DeclException2 (ExcDimensionMismatch, int, int, << "The two dimensions " << arg1 << " and " << arg2 - << "do not match here."); + << " do not match here."); /** * Exception */