aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-02 18:33:14 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-02 18:33:14 +0000
commit48872534073d4f48ef1db12ee735480d5487626c (patch)
tree67904ece1b1478f11405a34608758e188a49db33 /src
parent6dc23aae2f278a1114323844762b1b9a4feee043 (diff)
add comments to slightly clarify gridfn setup
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@427 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/patch/grid.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/patch/grid.hh b/src/patch/grid.hh
index 19413ff..6a6d907 100644
--- a/src/patch/grid.hh
+++ b/src/patch/grid.hh
@@ -413,9 +413,13 @@ public:
// ***** constructor, gridfn setup, destructor *****
//
public:
+ // construct with no gridfns
grid_arrays(const grid_array_pars& grid_array_pars_in);
+
+ // set up storage for gridfns
void setup_gridfn_storage(const gridfn_pars& gridfn_pars_in,
const gridfn_pars& ghosted_gridfn_pars_in);
+
~grid_arrays();
private: