From 0b0a11c4f5c4612f967bf0923064ad997cf0072e Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Tue, 30 Jul 2019 13:45:08 +0200 Subject: [PATCH] doarchive should not be virtual on non abstact class CurvedElements --- libsrc/meshing/curvedelems.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/curvedelems.hpp b/libsrc/meshing/curvedelems.hpp index f0d5d21c..f1a732a0 100644 --- a/libsrc/meshing/curvedelems.hpp +++ b/libsrc/meshing/curvedelems.hpp @@ -49,7 +49,7 @@ public: int GetOrder () { return order; } - virtual void DoArchive(Archive& ar) + void DoArchive(Archive& ar) { if(ar.Input()) buildJacPols();