aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gf.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gf.hh')
-rw-r--r--Carpet/CarpetLib/src/gf.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/gf.hh b/Carpet/CarpetLib/src/gf.hh
index fcfb82b3e..36891b86d 100644
--- a/Carpet/CarpetLib/src/gf.hh
+++ b/Carpet/CarpetLib/src/gf.hh
@@ -72,9 +72,9 @@ public:
// Output
virtual ostream& output (ostream& os) const;
private:
- gf (); // canonical default construtor
- gf ( const gf & ); // canonical copy construtor
- gf & operator =( const gf & ); // canonical copy
+ gf (); // canonical default construtor
+ gf (const gf &); // canonical copy construtor
+ gf & operator= (const gf &); // canonical copy
};