aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-04-19 01:49:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-04-19 01:49:00 +0000
commit76f17d6f87aa94716110a4aeb985561eca7792b9 (patch)
treed7810e626b01c4a8072c622069bdce65a661eab9 /Carpet/CarpetLib/src/defs.hh
parentbfee4b9f7275e3b3b2322b5bc4b290135edf0473 (diff)
CarpetLib: Update defs
darcs-hash:20070419014930-dae7b-3584da98807f38935aa636d7608c1baf3fa51336.gz
Diffstat (limited to 'Carpet/CarpetLib/src/defs.hh')
-rw-r--r--Carpet/CarpetLib/src/defs.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index ffc8ed7df..807e9fc59 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -66,6 +66,7 @@ typedef vect<int,dim> ivect;
typedef bbox<int,dim> ibbox;
typedef bboxset<int,dim> ibset;
+// (Try to replace these by b2vect and i2vect)
typedef vect<vect<bool,2>,dim> bbvect;
typedef vect<vect<int,2>,dim> iivect;