From 41e319c0bcdbab7ebec1a0c078922134dbd21a8a Mon Sep 17 00:00:00 2001 From: "Jason P. Sheldon" Date: Fri, 14 Aug 2015 10:41:25 -0400 Subject: [PATCH] Removed keyword virtual from mapping.project_... --- include/deal.II/fe/mapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index 14b8761db4..c6a5ecfbc5 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -317,7 +317,7 @@ public: * This function does not make physical sense when dim=1, * so it throws an exception in this case. */ - virtual Point + Point project_real_point_to_unit_point_on_face ( const typename Triangulation::cell_iterator &cell, const unsigned int &face_no, -- 2.39.5