diff --git a/src/mainbase.h b/src/mainbase.h --- a/src/mainbase.h +++ b/src/mainbase.h @@ -4,12 +4,12 @@ * * This file is part of the Virtual Leaf. * - * The Virtual Leaf is free software: you can redistribute it and/or modify + * VirtualLeaf is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * The Virtual Leaf is distributed in the hope that it will be useful, + * VirtualLeaf is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. @@ -77,7 +77,7 @@ class MainBase { virtual bool ShowBoundaryOnlyP(void) {return showboundaryonlyp;} virtual bool ShowToolTipsP(void) {return showtooltipsp;} virtual bool ShowWallsP(void) {return showwallsp;} - virtual bool ShowApoplastsP(void) { return showapoplastsp;} + // virtual bool ShowApoplastsP(void) { return showapoplastsp;} virtual bool ShowFluxesP(void) { return showfluxesp; } virtual bool DynamicCellsP(void) { return dynamicscellsp; } virtual void FitCanvasToWindow() {}; @@ -124,7 +124,7 @@ class MainBase { bool movieframesp; bool showboundaryonlyp; bool showwallsp; - bool showapoplastsp; +// bool showapoplastsp; bool showfluxesp; bool dynamicscellsp; bool showtooltipsp;