From bf18e73976f2460e268026f077c6d20770674318 Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 12 Sep 2001 15:39:05 +0000 Subject: comment clarification -- no code change git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@314 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- src/patch/patch.hh | 8 ++++---- 1 file 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 { -- cgit v1.2.3