From 6843d1839c45a6c5d75f6edfab20d8e35bc8f12f Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 23 Apr 2001 15:59:02 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@4468 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-9/step-9.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5