]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change some ExcInternalError to ExcNotImplemented
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 6 Oct 2002 18:52:07 +0000 (18:52 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 6 Oct 2002 18:52:07 +0000 (18:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@6616 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_generator.cc

index b7d5ba629be1f2377bece2ad479a9feda7479402..9d45b7ba7b25873288186dd694dadf56ba50b2e7 100644 (file)
@@ -164,7 +164,7 @@ void GridGenerator::hyper_cube_slit (Triangulation<1> &,
                                     const double,
                                     const double)
 {
-  Assert (false, ExcInternalError());
+  Assert (false, ExcNotImplemented());
 };
 
 
@@ -173,7 +173,7 @@ void GridGenerator::hyper_L (Triangulation<1> &,
                             const double,
                             const double)
 {
-  Assert (false, ExcInternalError());
+  Assert (false, ExcNotImplemented());
 };
 
 
@@ -182,7 +182,7 @@ void GridGenerator::hyper_ball (Triangulation<1> &,
                                const Point<1> &,
                                const double)
 {
-  Assert (false, ExcInternalError());
+  Assert (false, ExcNotImplemented());
 };
 
 
@@ -191,7 +191,7 @@ void GridGenerator::cylinder (Triangulation<1> &,
                              const double,
                              const double)
 {
-  Assert (false, ExcInternalError());
+  Assert (false, ExcNotImplemented());
 };
 
 
@@ -202,7 +202,7 @@ void GridGenerator::hyper_shell (Triangulation<1> &,
                                 const double,
                                 const unsigned int)
 {
-  Assert (false, ExcInternalError());
+  Assert (false, ExcNotImplemented());
 };
 
 #endif

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.