diff --git a/COMMIT b/COMMIT index 3932a0d9..196b1b21 100644 --- a/COMMIT +++ b/COMMIT @@ -1,5 +1,12 @@ ============================================================ +Fri Jan 23 15:39:52 CET 2015 + +New version 7_1_4 + + +============================================================ + Fri Jan 23 15:38:33 CET 2015 bug fixes, fetch in lat/lon, projection diff --git a/VERSION b/VERSION index 0e0249fc..0f3337c9 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,21 @@ +version 7_1_4 23-01-2015 VERS_7_1_4 + +========================================================== 23-01-2015 - 7_1_4 + +c ./fem3d/subver.f: +c 23.01.2015 ggu version 7.1.4 +c +c ./fem3d/subwaves.f: +! 21.01.2015 ggu computing fetch for geographical coordinates (bug fix) +! +c ./fem3d/subnev.f: +c 21.01.2015 ggu new routine compute_cartesian_coords() +c +c ./fem3d/subproj.f: +c 21.01.2015 ggu code to handle projection in both directions + +========================================================== + version 7_1_3 19-01-2015 VERS_7_1_3 commit_2015-01-23 version 7_1_3 19-01-2015 VERS_7_1_3 diff --git a/fem3d/subver.f b/fem3d/subver.f index da2ded05..52273254 100644 --- a/fem3d/subver.f +++ b/fem3d/subver.f @@ -235,6 +235,7 @@ c 15.01.2015 ggu version 7.1.1 c 19.01.2015 ggu version 7.1.2 c 19.01.2015 ggu version 7.1.3 huge commit (include for common) +c 23.01.2015 ggu version 7.1.4 c c***************************************************************** @@ -242,15 +243,15 @@ c DOCS START P_version c -c \newcommand{\VERSION}{7.1.3} -c \newcommand{\version}{7\_1\_3} +c \newcommand{\VERSION}{7.1.4} +c \newcommand{\version}{7\_1\_4} c c DOCS END implicit none character*10 version - parameter (version='7.1.3') + parameter (version='7.1.4') character*30 string parameter (string='SHYFEM VERSION = '//version)