From: Jason P. Sheldon Date: Fri, 14 Aug 2015 14:41:25 +0000 (-0400) Subject: Removed keyword virtual from mapping.project_... X-Git-Tag: v8.4.0-rc2~608^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41e319c0bcdbab7ebec1a0c078922134dbd21a8a;p=dealii.git Removed keyword virtual from mapping.project_... --- 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,