From 6bdddac53c54f8279afb7ecc94f23b70f090f22e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 3 Nov 2023 17:03:32 -0600 Subject: [PATCH] Make a function not 'virtual'. --- include/deal.II/grid/manifold_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/manifold_lib.h b/include/deal.II/grid/manifold_lib.h index 886bed9444..ea41a091b4 100644 --- a/include/deal.II/grid/manifold_lib.h +++ b/include/deal.II/grid/manifold_lib.h @@ -375,7 +375,7 @@ private: * @p new_points to point to the same array, so make sure to pass different * objects into the function. */ - virtual void + void get_new_points(const ArrayView> &surrounding_points, const ArrayView &weights, ArrayView> new_points) const; -- 2.39.5