[cdftools] 136/228: JMM : fix for extra option in cdfprofile

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:40 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 481c5f2b6861d97d86e3ace32d25679df21b68c4
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Wed Apr 4 11:02:01 2012 +0000

    JMM : fix for extra option in cdfprofile
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@584 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 cdfprofile.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdfprofile.f90 b/cdfprofile.f90
index 60f9872..c8f1a11 100644
--- a/cdfprofile.f90
+++ b/cdfprofile.f90
@@ -54,7 +54,7 @@ PROGRAM cdfprofile
   CALL ReadCdfNames()
 
   narg= iargc()
-  IF ( narg /= 4 ) THEN
+  IF ( narg < 4 ) THEN
      PRINT *,' usage : cdfprofile  I J IN-file IN-var [-dep depth ]'
      PRINT *,'      '
      PRINT *,'     PURPOSE :'

-- 
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