allow conducting sheet for cylindrical multigrids

pull/1/head
Thorsten Liebig 2012-05-11 10:49:55 +02:00
parent 9b0186502b
commit 03ea877bf7
1 changed files with 1 additions and 0 deletions

View File

@ -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");}