From: Wolfgang Bangerth Date: Mon, 23 Apr 2001 15:59:02 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~19319 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e6038cb53e1d2b725f2d8408775d6cf86a94e68;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@4468 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-9/step-9.cc b/deal.II/examples/step-9/step-9.cc index 8066823ce3..89e0cb51d3 100644 --- a/deal.II/examples/step-9/step-9.cc +++ b/deal.II/examples/step-9/step-9.cc @@ -243,7 +243,7 @@ class AdvectionField : public TensorFunction<1,dim> // follows: DeclException2 (ExcDimensionMismatch, unsigned int, unsigned int, - << "The std::vector has size " << arg1 << " but should have " + << "The vector has size " << arg1 << " but should have " << arg2 << " elements."); // The syntax may look a little // strange, but is