From ca67c2cb8d662b6e9f794b6907b3464649a73077 Mon Sep 17 00:00:00 2001 From: "Toby D. Young" Date: Fri, 10 May 2013 12:50:18 +0000 Subject: [PATCH] Remove one & comment one 1d-assertion. git-svn-id: https://svn.dealii.org/trunk@29494 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/grid_out.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5