Skip to content

Commit

Permalink
New version 7_1_50
Browse files Browse the repository at this point in the history
  • Loading branch information
georgu committed Jul 10, 2015
1 parent c1567b8 commit c72af4e
Show file tree
Hide file tree
Showing 3 changed files with 26 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 Jul 10 17:24:56 CEST 2015

New version 7_1_50


============================================================

Fri Jul 10 17:23:16 CEST 2015

big release introducing modules
Expand Down
15 changes: 15 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
version 7_1_50 10-07-2015 VERS_7_1_50

========================================================== 10-07-2015 - 7_1_50

c ./fem3d_50/subbnd.f:
c 23.06.2015 ggu setbc() deleted, nrz,nrq eliminated
c
c ./fem3d/subver.f:
c 10.07.2015 ggu version 7.1.50 big release...
c
c ./fem3d/subbnd.f:
c 23.06.2015 ggu setbc() deleted, nrz,nrq eliminated

==========================================================

version 7_1_12 05-06-2015 VERS_7_1_12 commit_2015-07-10

version 7_1_12 05-06-2015 VERS_7_1_12
Expand Down
7 changes: 4 additions & 3 deletions fem3d/subver.f
Original file line number Diff line number Diff line change
Expand Up @@ -244,22 +244,23 @@
c 05.05.2015 ggu version 7.1.10
c 21.05.2015 ggu version 7.1.11
c 05.06.2015 ggu version 7.1.12
c 10.07.2015 ggu version 7.1.50 big release...
c
c*****************************************************************

blockdata shyfem_version_blockdata

c DOCS START P_version
c
c \newcommand{\VERSION}{7.1.12}
c \newcommand{\version}{7\_1\_12}
c \newcommand{\VERSION}{7.1.50}
c \newcommand{\version}{7\_1\_50}
c
c DOCS END

implicit none

character*10 version
parameter (version='7.1.12')
parameter (version='7.1.50')

character*30 string
parameter (string='SHYFEM VERSION = '//version)
Expand Down

0 comments on commit c72af4e

Please sign in to comment.