aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-12 15:39:05 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-12 15:39:05 +0000
commitbf18e73976f2460e268026f077c6d20770674318 (patch)
tree040018b528f7df119381f7094602326eba7d07f6 /src/patch/patch.hh
parent918e720f561ad05469e6bf96b4982539b7e850ee (diff)
comment clarification -- no code change
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@314 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/patch.hh')
-rw-r--r--src/patch/patch.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/patch/patch.hh b/src/patch/patch.hh
index 2efbc04..a1b3956 100644
--- a/src/patch/patch.hh
+++ b/src/patch/patch.hh
@@ -218,7 +218,7 @@ public:
// plotting coordinates (dpx,dpy)
// ... character string describing how (dpx,dpy) are
- // defined in terms of (mu,nu,phi), eg "90 - dphi"
+ // defined in terms of (mu,nu,phi), eg "90 - drho = 90 - dphi"
// (used for labelling output files)
virtual const char *name_of_dpx() const = 0;
virtual const char *name_of_dpy() const = 0;
@@ -456,7 +456,7 @@ public:
// plotting coordinates (px,py)
// ... character string describing how (dpx,dpy) are
- // defined in terms of (mu,nu,phi), eg "90 - dphi"
+ // defined in terms of (mu,nu,phi), eg "90 - drho = 90 - dphi"
// (used for labelling output files)
const char *name_of_dpx() const
{ return "dsigma = dnu"; }
@@ -537,7 +537,7 @@ public:
// plotting coordinates (px,py)
// ... character string describing how (dpx,dpy) are
- // defined in terms of (mu,nu,phi), eg "90 - dphi"
+ // defined in terms of (mu,nu,phi), eg "90 - drho = 90 - dphi"
// (used for labelling output files)
const char *name_of_dpx() const { return "drho = dnu"; }
const char *name_of_dpy() const
@@ -620,7 +620,7 @@ public:
// plotting coordinates (px,py)
// ... character string describing how (dpx,dpy) are
- // defined in terms of (mu,nu,phi), eg "90 - dphi"
+ // defined in terms of (mu,nu,phi), eg "90 - drho = 90 - dphi"
// (used for labelling output files)
const char *name_of_dpx() const
{