aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-04 18:53:41 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-04 18:53:41 +0000
commit5f0ee7aee3b634ad4cf70d9ebd2f14292d587fdb (patch)
treeb23a87a3ee7640edc207e9135604f8e41e593a1b /src
parentb4c28bc5395299c4a7497ec35e155d4e50f16f3b (diff)
tweak a comment, remove grid_arrays::gridfn_pars::N_gridfns()
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@434 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/patch/grid.hh7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/patch/grid.hh b/src/patch/grid.hh
index a446a55..804534f 100644
--- a/src/patch/grid.hh
+++ b/src/patch/grid.hh
@@ -402,11 +402,10 @@ public:
struct gridfn_pars
{
int min_gfn, max_gfn;
- int N_gridfns() const
- { return jtutil::how_many_in_range(min_gfn, max_gfn); }
+
// gridfn storage will be automatically allocated
- // and set to C-style row-major subscripting
- // if pointer is NULL and strides are 0
+ // if pointer is NULL; any 0 strides are automatically
+ // set to C-style row-major subscripting
fp *storage_array;
int gfn_stride, irho_stride, isigma_stride;
};