aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch_system.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-21 15:38:25 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-21 15:38:25 +0000
commitfb80d997fa2376d4ef247d62ba7d5b81c35508ac (patch)
treef67b142fb76a01dfd29e7d96d8bf8e6f8defd05e /src/patch/patch_system.hh
parent5b12400d8bc4717b3bf50dae8a5d0fe1252615a5 (diff)
add comments about contiguous-storage-across-patches assumptions
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@547 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/patch_system.hh')
-rw-r--r--src/patch/patch_system.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/patch/patch_system.hh b/src/patch/patch_system.hh
index 56ad76e..2ae7005 100644
--- a/src/patch/patch_system.hh
+++ b/src/patch/patch_system.hh
@@ -119,6 +119,9 @@ public:
//
// ***** access to gridfns as 1-D arrays *****
+ // ... n.b. this interface implicitly assumes that gridfn data
+ // arrays are contiguous across patches; this is ensured by
+ // setup_gridfn_storage() (called by our constructor)
//
public:
const fp* gridfn_data(int gfn) const