[cdftools] 118/228: JMM : bug fix in cdfmoy_weighted : flag lold5d was not initialized to false.

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:38 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 fa7ae0400f469e3a84704667f691a2aae1c13f5d
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Sat Dec 24 07:14:25 2011 +0000

    JMM : bug fix in cdfmoy_weighted : flag lold5d was not initialized to false.
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@565 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 Macrolib/macro.jade | 1 +
 cdfmoy_weighted.f90 | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/Macrolib/macro.jade b/Macrolib/macro.jade
index 7bf756a..f4c9173 100644
--- a/Macrolib/macro.jade
+++ b/Macrolib/macro.jade
@@ -10,6 +10,7 @@ F90=ifort
 MPF90=mpif90
 # flag static is used to allow the use of CDFTOOLS in parallel with mpi_metamon
 FFLAGS= -static -O  $(NCDF) -assume byterecl -convert big_endian
+#FFLAGS= -static -O  $(NCDF) -assume byterecl -convert big_endian -g -traceback -fpe0 -ftrapuv -CB
 LMPI=-lmpich
 
 INSTALL=$(WORKDIR)/bin
diff --git a/cdfmoy_weighted.f90 b/cdfmoy_weighted.f90
index 8f2ad22..58398df 100644
--- a/cdfmoy_weighted.f90
+++ b/cdfmoy_weighted.f90
@@ -85,6 +85,8 @@ PROGRAM cdfmoy_weighted
      STOP
   ENDIF
 
+  ! default values
+  lold5d = .FALSE.
   ! scan command line and check if files exist
   ijarg = 1
   ntags = narg

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