aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-01-12 21:10:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-01-12 21:10:00 +0000
commit10a70387ac4b33199ad68c87ba905937c405604b (patch)
tree8e3be8e69f250431ed779750e0ae5d3878a46409 /Carpet/CarpetLib/src/gh.hh
parent45ca50257756f8b4fd1d597ef48dbbbca4d939a9 (diff)
CarpetLib: Make some routines and destructores non-virtual
Make some routines and destructores non-virtual. They belong to classes which used to form a type hierarchy but are now flat. darcs-hash:20070112211017-dae7b-cffc83b94bf43c3b8665f6115021827e9d61717a.gz
Diffstat (limited to 'Carpet/CarpetLib/src/gh.hh')
-rw-r--r--Carpet/CarpetLib/src/gh.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/gh.hh b/Carpet/CarpetLib/src/gh.hh
index cc9d148f2..f97e15ef7 100644
--- a/Carpet/CarpetLib/src/gh.hh
+++ b/Carpet/CarpetLib/src/gh.hh
@@ -68,7 +68,7 @@ public:
const ibbox baseextent);
// Destructors
- virtual ~gh ();
+ ~gh ();
// Modifiers
void regrid (mregs const & regs);
@@ -142,7 +142,7 @@ public:
void remove (dh* d);
// Output
- virtual ostream& output (ostream& os) const;
+ ostream& output (ostream& os) const;
private:
void check_multigrid_consistency ();