aboutsummaryrefslogtreecommitdiff
path: root/src/patch/grid.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-29 14:41:12 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-29 14:41:12 +0000
commitd12fce1c94b752c601000f0e0d233b23971a0c53 (patch)
tree9cbb25444bba7aa0cf1d1e8ffad6f774fc05ecf9 /src/patch/grid.hh
parent71cdab7a51dd3fdf93ebf5bbccf4c08148849490 (diff)
add some missing jtutil:: scope resolutions
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@391 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/grid.hh')
-rw-r--r--src/patch/grid.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patch/grid.hh b/src/patch/grid.hh
index 863804a..8cb7796 100644
--- a/src/patch/grid.hh
+++ b/src/patch/grid.hh
@@ -381,8 +381,8 @@ private:
// n.b. these pointers are *first* data member in this class
// ==> possibly slightly faster access (0 offset from pointer)
// ... indices are (gfn, irho, isigma)
- array3d<fp> *gridfn_data_;
- array3d<fp> *ghosted_gridfn_data_;
+ jtutil::array3d<fp> *gridfn_data_;
+ jtutil::array3d<fp> *ghosted_gridfn_data_;
// gfn bounds
const int min_gfn_, max_gfn_;