aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-31 10:11:18 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-31 10:11:18 +0000
commitcd24975d108adfea512ee1f10a9a980284d451bf (patch)
tree222a1026cf0960c6d186747777904040daac55f9 /src
parenta08861f49cb2d85be13b49dfa1398eefbc3ea48d (diff)
more minor comment tweaks
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@411 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/patch/patch_interp.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/patch/patch_interp.cc b/src/patch/patch_interp.cc
index 80de591..9eae824 100644
--- a/src/patch/patch_interp.cc
+++ b/src/patch/patch_interp.cc
@@ -40,7 +40,8 @@ using jtutil::error_exit;
//
// Note this requires that the adjacent-side ghost_zone objects already
// exist, since they're used in determining the ipar range over which the
-// interpolation will be done.
+// interpolation will be done. However, the patch's gridfns need not exist
+// yet.
//
patch_frontier::patch_frontier(const patch_edge& my_edge_in,
int min_iperp_in, int max_iperp_in,