]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rename an exception 13749/head
authorSimon Sticko <simon@sticko.se>
Tue, 17 May 2022 07:00:54 +0000 (09:00 +0200)
committerSimon Sticko <simon@sticko.se>
Tue, 17 May 2022 07:00:54 +0000 (09:00 +0200)
To be consistent with the names of the other exceptions.

source/non_matching/mesh_classifier.cc

index 4ebae045871a2a77a17b252506baac6fe2b1da0a..d77ca8d40e17e6fa39c417841247dd6a6ee72151 100644 (file)
@@ -47,7 +47,7 @@ namespace NonMatching
     namespace MeshClassifierImplementation
     {
       DeclExceptionMsg(
-        ReclassifyNotCalled,
+        ExcReclassifyNotCalled,
         "The Triangulation has not been classified. You need to call the "
         "reclassify()-function before using this function.");
 
@@ -430,7 +430,7 @@ namespace NonMatching
     const typename Triangulation<dim>::cell_iterator &cell) const
   {
     Assert(cell_locations.size() == triangulation->n_active_cells(),
-           internal::MeshClassifierImplementation::ReclassifyNotCalled());
+           internal::MeshClassifierImplementation::ExcReclassifyNotCalled());
     Assert(&cell->get_triangulation() == triangulation,
            internal::MeshClassifierImplementation::ExcTriangulationMismatch());
 
@@ -447,7 +447,7 @@ namespace NonMatching
   {
     AssertIndexRange(face_index, GeometryInfo<dim>::faces_per_cell);
     Assert(face_locations.size() == triangulation->n_raw_faces(),
-           internal::MeshClassifierImplementation::ReclassifyNotCalled());
+           internal::MeshClassifierImplementation::ExcReclassifyNotCalled());
     Assert(&cell->get_triangulation() == triangulation,
            internal::MeshClassifierImplementation::ExcTriangulationMismatch());
 

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.