From 519d4af5846328ef9d3d2ede3a356b0957e2110d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 11 Mar 1998 11:23:05 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.dealii.org/trunk@54 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/dfmatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5