From: wolf Date: Mon, 23 Apr 2001 15:59:02 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6843d1839c45a6c5d75f6edfab20d8e35bc8f12f;p=dealii-svn.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