]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Removed check on number of boundary nodes for codimension one meshes in 2D. There...
authorheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Sep 2010 08:21:52 +0000 (08:21 +0000)
committerheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Sep 2010 08:21:52 +0000 (08:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@21936 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria.cc

index 235eb1d221b24eca2456f7c8286360c479d96ed9..7e13a79f6b43862647e63d8f902e92285e90fdcc 100644 (file)
@@ -1393,7 +1393,7 @@ namespace internal
                                               // points at all)
              AssertThrow (((spacedim == 1) && (boundary_nodes == 2))
                           ||
-                          ((spacedim > 1) && (boundary_nodes <= 2)),
+                          (spacedim > 1),
                           ExcMessage("The Triangulation has too many end points"));
            }
 

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.