aboutsummaryrefslogtreecommitdiff
path: root/Cogsyn.f
diff options
context:
space:
mode:
Diffstat (limited to 'Cogsyn.f')
-rwxr-xr-xCogsyn.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cogsyn.f b/Cogsyn.f
index b16de64..0d1457c 100755
--- a/Cogsyn.f
+++ b/Cogsyn.f
@@ -67,13 +67,13 @@ c*****do the syntheses
nlines = 0
call synspec
call total
- if (ncurve .eq. 1) then
+ if (ncurve == 1) then
wstart = 10.**(rwlow)*wave1(lim1)
wstop = 10.**(rwhigh)*wave1(lim1)
endif
molopt = 1
linprintopt = 0
- if (w(ncurve) .gt. wstart) then
+ if (w(ncurve) > wstart) then
pecabund(iatom,1) = pecabund(iatom,1) - rwstep
go to 10
endif
@@ -84,7 +84,7 @@ c*****do the syntheses
call total
molopt = 1
linprintopt = 0
- if (w(ncurve) .lt. wstop) then
+ if (w(ncurve) < wstop) then
pecabund(iatom,1) = pecabund(iatom,1) + rwstep
go to 20
endif