]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rename an internal function to be consistent with the naming scheme elsewhere. 2264/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 28 Feb 2016 21:44:37 +0000 (15:44 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 28 Feb 2016 21:44:37 +0000 (15:44 -0600)
source/grid/grid_in.cc

index 478895e53050916e44a28c42b902840e98c372ff..a9555ecb36ddf3cd5eaebffbe8b4e29ccdb4703f 100644 (file)
@@ -50,8 +50,8 @@ namespace
    */
   template <int spacedim>
   void
-  assign_1d_boundary_indicators (const std::map<unsigned int, types::boundary_id> &boundary_ids,
-                                 Triangulation<1,spacedim>                        &triangulation)
+  assign_1d_boundary_ids (const std::map<unsigned int, types::boundary_id> &boundary_ids,
+                          Triangulation<1,spacedim>                        &triangulation)
   {
     if (boundary_ids.size() > 0)
       for (typename Triangulation<1,spacedim>::active_cell_iterator
@@ -71,8 +71,8 @@ namespace
 
   template <int dim, int spacedim>
   void
-  assign_1d_boundary_indicators (const std::map<unsigned int, types::boundary_id> &,
-                                 Triangulation<dim,spacedim> &)
+  assign_1d_boundary_ids (const std::map<unsigned int, types::boundary_id> &,
+                          Triangulation<dim,spacedim> &)
   {
     // we shouldn't get here since boundary ids are not assigned to
     // vertices except in 1d
@@ -1559,7 +1559,7 @@ void GridIn<dim, spacedim>::read_msh (std::istream &in)
   // in 1d, we also have to attach boundary ids to vertices, which does not
   // currently work through the call above
   if (dim == 1)
-    assign_1d_boundary_indicators (boundary_ids_1d, *tria);
+    assign_1d_boundary_ids (boundary_ids_1d, *tria);
 }
 
 

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.