]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unecessary abortion in undefined functions.
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Mar 2014 11:27:37 +0000 (11:27 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Mar 2014 11:27:37 +0000 (11:27 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32635 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_refinement.cc

index 9fe43f0c4d2324c7bc56f8bf9f79976a4ffd5067..069ddf84dfe7ca0f533721b649f154cdb6499939 100644 (file)
@@ -71,7 +71,7 @@ namespace
       PetscScalar m = 0;
       for (unsigned int i=0; i<criteria.size(); ++i)
        m = std::max (m, criteria(i));
-      Assert ((false), ExcMessage ("This function is corrupt: @whattodo"));
+
       return m;
     }
     
@@ -84,7 +84,7 @@ namespace
       PetscScalar m = criteria(0);
       for (unsigned int i=1; i<criteria.size(); ++i)
        m = std::min (m, criteria(i));
-      Assert ((false), ExcMessage ("This function is corrupt: @whattodo"));
+
       return m;
     }
 #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.