[cdftools] 187/228: * Character LEN=5, add a space to be gfortran compatible
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:48 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 f3c411eabfe8d3310fbb687b4ea7614e1f409a98
Author: g7moreau <g7moreau at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date: Tue Nov 20 08:55:10 2012 +0000
* Character LEN=5, add a space to be gfortran compatible
git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@635 1055176f-818a-41d9-83e1-73fbe5b947c5
---
cdfmhst.f90 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cdfmhst.f90 b/cdfmhst.f90
index db5f51c..a0bd6ae 100644
--- a/cdfmhst.f90
+++ b/cdfmhst.f90
@@ -90,7 +90,7 @@ PROGRAM cdfmhst
CHARACTER(LEN=256) :: cv_zomht='zomht' ! MHT variable name
CHARACTER(LEN=256) :: cv_zomst='zomst' ! MST variable name
CHARACTER(LEN=256) :: cldum ! dummy character variable
- CHARACTER(LEN=5), DIMENSION(6) :: cbasin=(/'_glo','_atl','_inp','_ind','_pac','_inp0'/)
+ CHARACTER(LEN=5), DIMENSION(6) :: cbasin=(/'_glo ','_atl ','_inp ','_ind ','_pac ','_inp0'/)
CHARACTER(LEN=80), DIMENSION(:), ALLOCATABLE :: cvarname ! varname arrays
CHARACTER(LEN=256) :: cldimension ! varname arrays
--
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