From: young Date: Fri, 10 May 2013 12:50:18 +0000 (+0000) Subject: Remove one & comment one 1d-assertion. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3e452d194430e05b2f43a43f303bfa62501fe3;p=dealii-svn.git Remove one & comment one 1d-assertion. git-svn-id: https://svn.dealii.org/trunk@29494 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_out.cc b/deal.II/source/grid/grid_out.cc index 306fb113ee..d8f1fca9ab 100644 --- a/deal.II/source/grid/grid_out.cc +++ b/deal.II/source/grid/grid_out.cc @@ -2216,6 +2216,7 @@ template <> void GridOut::write_mathgl (const Triangulation<1> &, std::ostream &) const { + // 1d specialization not done yet Assert (false, ExcNotImplemented()); } @@ -2225,7 +2226,6 @@ void GridOut::write_mathgl (const Triangulation &tria, std::ostream &out) const { AssertThrow (out, ExcIO ()); - Assert (dim>1, ExcNotImplemented ()); // (i) write header if (true)