]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove one & comment one 1d-assertion.
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 May 2013 12:50:18 +0000 (12:50 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 May 2013 12:50:18 +0000 (12:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@29494 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_out.cc

index 306fb113ee2ccdfbcf0581d4deea951f4e3a280a..d8f1fca9abbb2c920c02aa27b79f07bd26249676 100644 (file)
@@ -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<dim> &tria,
                             std::ostream             &out) const
 {
   AssertThrow (out, ExcIO ());
-  Assert (dim>1, ExcNotImplemented ());
 
   // (i) write header
   if (true)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.