[cdftools] 73/228: JMM bug fix in std output of cdfvertmean.f90

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdftools.

commit 21a3e635b68942c990c81e310b7fc209ade3d68d
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Tue Nov 9 15:34:55 2010 +0000

    JMM bug fix in std output of cdfvertmean.f90
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@349 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 cdfvertmean.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdfvertmean.f90 b/cdfvertmean.f90
index 4dac607..0541820 100644
--- a/cdfvertmean.f90
+++ b/cdfvertmean.f90
@@ -147,7 +147,7 @@ PROGRAM cdfvertmean
    IF ( gdep(jk) <= dep_down ) k2=jk
   ENDDO
     
-  PRINT *, dep_up, dep_down, k1, k2 , gdep(k1), gdep(k2)
+  PRINT *, dep_up, dep_down, k1, k2 , gdep(k1), gdep(k2+1)
      
 
   zvol=0.d0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdftools.git



More information about the debian-science-commits mailing list