aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_pow.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/AHFinder_pow.F')
-rw-r--r--src/AHFinder_pow.F6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AHFinder_pow.F b/src/AHFinder_pow.F
index 00e1e17..1b0f5e4 100644
--- a/src/AHFinder_pow.F
+++ b/src/AHFinder_pow.F
@@ -57,8 +57,8 @@ c Note that including cactus.h will also include AHFinder.h
! function value at P, and ITER is the number of iterations taken.
!
! Extra output added by myself (Miguel Alcubierre) is a logical
-! variable `found' that is set to true is a minimum was indeed
-! found, and to false if it wasn't.
+! variable "found" that is set to true is a minimum was indeed
+! found, and to false if it was not.
use AHFinder_dat
@@ -421,7 +421,7 @@ c Note that including cactus.h will also include AHFinder.h
U = XB - ((XB-XC)*Q - (XB-XA)*S)
. / (2.0D0*SIGN(MAX(DABS(Q-S),TINY),Q-S))
-! We won't go further than this.
+! We will not go further than this.
ULIM = XB + GLIMIT*(XC-XB)