aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.hh
diff options
context:
space:
mode:
authortradke <schnetter@cct.lsu.edu>2005-03-16 13:01:00 +0000
committertradke <schnetter@cct.lsu.edu>2005-03-16 13:01:00 +0000
commitb75afb832ebce74785b8d07f743eab148c442ee8 (patch)
tree1c7a22fa101961272fd618306cb7c7cc0184bc59 /Carpet/CarpetLib/src/data.hh
parent85f689e265cf41894f20769ceee0356fb854de59 (diff)
CarpetLib: make fill_bbox_arrays() a static non-template function in data.cc
darcs-hash:20050316130144-3fd61-1f95c63b76c29de63f212546b5e4fa226afe7299.gz
Diffstat (limited to 'Carpet/CarpetLib/src/data.hh')
-rw-r--r--Carpet/CarpetLib/src/data.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/Carpet/CarpetLib/src/data.hh b/Carpet/CarpetLib/src/data.hh
index 676005745..29568133a 100644
--- a/Carpet/CarpetLib/src/data.hh
+++ b/Carpet/CarpetLib/src/data.hh
@@ -136,13 +136,6 @@ private:
make_typed_commbuf (const ibbox & box)
const;
- static void
- fill_bbox_arrays (int srcshp[dim],
- int dstshp[dim],
- int srcbbox[dim][dim],
- int dstbbox[dim][dim],
- int regbbox[dim][dim],
- const ibbox & box, const ibbox & sext, const ibbox & dext);
public:
void copy_from_innerloop (const gdata* gsrc,
const ibbox& box);