aboutsummaryrefslogtreecommitdiff
path: root/Taukap.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 /Taukap.f
parentc396a4bc7a3282de9d2191de0e1076fec9df0783 (diff)
downloadmoog-70fd14e98bc476a84aef352eaf063cfcba44ab83.tar.gz
Use modern equality operators
Diffstat (limited to 'Taukap.f')
-rwxr-xr-xTaukap.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/Taukap.f b/Taukap.f
index 12f2c61..d84a296 100755
--- a/Taukap.f
+++ b/Taukap.f
@@ -23,7 +23,7 @@ c*****compute the total line opacity at each depth
dummy1(i) = tauref(i)*kapnu(i)/(0.4343*kapref(i))
c*****do the same for the strong lines
- if (dostrong .gt. 0) then
+ if (dostrong > 0) then
do j=nlines+1,nlines+nstrong
v = 2.997929d10*dabs(wave-wave1(j))/
. (wave1(j)*dopp(j,i))