From: Wolfgang Bangerth Date: Thu, 1 Nov 2007 22:11:11 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v8.0.0~9672 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f74df22418ecb3c4fddba4962f0d7c2eaffb520;p=dealii.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@15424 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index fe22abb072..5ac1b47842 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -604,7 +604,7 @@ class DataOut_DoFData : public DataOutInterface << "vectors must always consist of exactly \n" << "components. However, the vector component at\n" << "position " << arg1 << " with name <" << arg2 - << " does not satisfy these conditions."); + << "> does not satisfy these conditions."); protected: /**