aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/dh.hh4
-rw-r--r--Carpet/CarpetLib/src/gh.hh4
2 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index 95d2e9746..bddc4360b 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -133,7 +133,7 @@ public:
const ivect& lbuffers, const ivect& ubuffers);
// Destructors
- virtual ~dh ();
+ ~dh ();
// Helpers
int prolongation_stencil_size () const;
@@ -147,7 +147,7 @@ public:
void remove (ggf* f);
// Output
- virtual void output (ostream& os) const;
+ void output (ostream& os) const;
};
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 ();