Skip to content

Commit

Permalink
New version 7_1_4
Browse files Browse the repository at this point in the history
  • Loading branch information
georgu committed Jan 23, 2015
1 parent d25e3bb commit 1d2a9eb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
7 changes: 7 additions & 0 deletions COMMIT
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions fem3d/subver.f
Original file line number Diff line number Diff line change
Expand Up @@ -235,22 +235,23 @@
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*****************************************************************

blockdata shyfem_version_blockdata

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)
Expand Down

0 comments on commit 1d2a9eb

Please sign in to comment.