aboutsummaryrefslogtreecommitdiff
path: root/Crosscorr.f
diff options
context:
space:
mode:
Diffstat (limited to 'Crosscorr.f')
-rwxr-xr-xCrosscorr.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/Crosscorr.f b/Crosscorr.f
index 5e33d12..457c6e8 100755
--- a/Crosscorr.f
+++ b/Crosscorr.f
@@ -17,7 +17,7 @@ c******************************************************************************
xysum = 0.
x2sum = 0.
y2sum = 0.
- if (ishift .ge. 0) then
+ if (ishift >= 0) then
minpt = 1
maxpt = npx - ishift
else