From: bangerth Date: Thu, 1 Nov 2007 22:11:11 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d58366ecd8fe2632a17fd8a9504de6a96ec16a5f;p=dealii-svn.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: /**