aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorschnetter <>2001-09-06 09:18:00 +0000
committerschnetter <>2001-09-06 09:18:00 +0000
commit52f69815d6c1810365e5627aabb021b179f9add1 (patch)
treed005d68068a23303421ba203788efdbb845daf68 /Carpet/CarpetLib
parentb24642582649b8fd10b32b8ebf01aae35174f637 (diff)
Fixed small bug.
darcs-hash:20010906091828-07bb3-11841c888870d7deceb2b576a1d15e0dbecec62d.gz
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/gh.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/gh.hh b/Carpet/CarpetLib/src/gh.hh
index 3fa42421a..0b26b48e9 100644
--- a/Carpet/CarpetLib/src/gh.hh
+++ b/Carpet/CarpetLib/src/gh.hh
@@ -7,7 +7,7 @@
copyright : (C) 2000 by Erik Schnetter
email : schnetter@astro.psu.edu
- $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gh.hh,v 1.6 2001/06/12 14:57:00 schnetter Exp $
+ $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gh.hh,v 1.7 2001/09/06 11:18:28 schnetter Exp $
***************************************************************************/
@@ -50,6 +50,8 @@ template<int D> class gh;
template<int D>
class gh: public dimgeneric_gh {
+public:
+
// Types
typedef vect<int,D> ivect;
typedef bbox<int,D> ibbox;