aboutsummaryrefslogtreecommitdiff
path: root/src/gr/driver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr/driver.cc')
-rw-r--r--src/gr/driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gr/driver.cc b/src/gr/driver.cc
index 0abc9f7..fe64dce 100644
--- a/src/gr/driver.cc
+++ b/src/gr/driver.cc
@@ -273,7 +273,7 @@ CCTK_VInfo(CCTK_THORNSTRING,
fp r_plus, r_minus;
#include "ellipsoid.c"
- // exactly one of the solutions (=def r) should be positive
+ // exactly one of the solutions (call it r) should be positive
fp r;
if ((r_plus > 0.0) && (r_minus < 0.0))
then r = r_plus;