aboutsummaryrefslogtreecommitdiff
path: root/Vmacro.f
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-08-04 15:18:08 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-08-04 15:18:08 -0400
commit70fd14e98bc476a84aef352eaf063cfcba44ab83 (patch)
tree2737f5c1c21c76824f49c6a1b9c7061952b646f5 /Vmacro.f
parentc396a4bc7a3282de9d2191de0e1076fec9df0783 (diff)
downloadmoog-70fd14e98bc476a84aef352eaf063cfcba44ab83.tar.gz
Use modern equality operators
Diffstat (limited to 'Vmacro.f')
-rwxr-xr-xVmacro.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vmacro.f b/Vmacro.f
index 20e745f..081c685 100755
--- a/Vmacro.f
+++ b/Vmacro.f
@@ -85,7 +85,7 @@ c
. 0.000190,0.000180,0.000170,0.000161,0.000152/
- if (xprofile.lt.xrt(1) .or. xprofile.ge.xrt(250)) then
+ if (xprofile<xrt(1) .or. xprofile>=xrt(250)) then
vmacro = 0.
return
endif