From 03ea877bf78790ac19ace59fc0bcd53a78fe8af4 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Fri, 11 May 2012 10:49:55 +0200 Subject: [PATCH] allow conducting sheet for cylindrical multigrids --- FDTD/extensions/operator_ext_conductingsheet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/FDTD/extensions/operator_ext_conductingsheet.h b/FDTD/extensions/operator_ext_conductingsheet.h index aabaf55..7efdea3 100644 --- a/FDTD/extensions/operator_ext_conductingsheet.h +++ b/FDTD/extensions/operator_ext_conductingsheet.h @@ -35,6 +35,7 @@ public: virtual bool BuildExtension(); virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const {return true;} + virtual bool IsCylindricalMultiGridSave(bool child) const {UNUSED(child); return true;} virtual string GetExtensionName() const {return string("Conducting Sheet Extension");}