aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{