]> https://gitweb.dealii.org/ - dealii.git/commitdiff
In an internal function called from a virtual function, do not call virtual functions. 16741/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 9 Mar 2024 02:06:28 +0000 (19:06 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 9 Mar 2024 02:06:28 +0000 (19:06 -0700)
source/grid/manifold_lib.cc

index 2578e8285f9f39f38a19a73cde45bdc7d641974c..089bfa59892735bea3a913e837015fbb18ce5723 100644 (file)
@@ -766,9 +766,10 @@ SphericalManifold<dim, spacedim>::do_get_new_points(
     {
       for (unsigned int row = 0; row < weight_rows; ++row)
         new_points[row] =
-          get_intermediate_point(surrounding_points[0],
-                                 surrounding_points[1],
-                                 weights[row * weight_columns + 1]);
+          SphericalManifold<dim, spacedim>::get_intermediate_point(
+            surrounding_points[0],
+            surrounding_points[1],
+            weights[row * weight_columns + 1]);
       return;
     }
 

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.