aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-26 18:06:06 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:40 +0000
commit792ebfc61ba1001d825e631b7f7df5665d466665 (patch)
treefb3a2a80d7cfebecb19802fbf9934f0334f85867 /Carpet/CarpetLib/src/defs.hh
parent7f424bf03e130ea5a171e594e7d75c4c9660a988 (diff)
CarpetLib: Define data types j2vect and r2vect
Diffstat (limited to 'Carpet/CarpetLib/src/defs.hh')
-rw-r--r--Carpet/CarpetLib/src/defs.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index d4ff68505..e200bd848 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -103,6 +103,8 @@ typedef vect<vect<CCTK_INT,2>,dim> jjvect;
typedef vect<vect<bool,dim>,2> b2vect;
typedef vect<vect<int,dim>,2> i2vect;
+typedef vect<vect<CCTK_INT,dim>,2> j2vect;
+typedef vect<vect<CCTK_REAL,dim>,2> r2vect;