Skip to content

Commit

Permalink
New version 7_1_8
Browse files Browse the repository at this point in the history
  • Loading branch information
georgu committed Apr 23, 2015
1 parent 7cc9efb commit 28b1622
Show file tree
Hide file tree
Showing 3 changed files with 39 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 @@
============================================================

Thu Apr 23 15:44:45 CEST 2015

New version 7_1_8


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

Thu Apr 23 15:43:09 CEST 2015

lagrangian 3d
Expand Down
28 changes: 28 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
version 7_1_8 23-04-2015 VERS_7_1_8

========================================================== 23-04-2015 - 7_1_8

c ./femplot/suplag.f:
c 23.04.2015 ggu plotting for 3d particles
c
c ./fem3d/lgrinf.f:
c 23.04.2015 ggu for new version 5
c
c ./fem3d/lagrange_main.f:
c 23.04.2015 ggu internal coordinates implemented (blgrxi)
c
c ./fem3d/subver.f:
c 23.04.2015 ggu version 7.1.8 St. George's release '
c
c ./fem3d/subnev.f:
c 19.04.2015 ggu new routines for internal coordinates (distance)
c 22.04.2015 ggu bug fix in xi2xy - x/y were exchanged
c
c ./fem3d/subxi.f:
c 23.04.2015 ggu compute s value for particle path
c
c ./fem3d/lagrange_vertical.f:
c 23.04.2015 ggu internal coodinates finished

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

version 7_1_7 01-04-2015 VERS_7_1_7 commit_2015-04-23

version 7_1_7 01-04-2015 VERS_7_1_7
Expand Down
7 changes: 4 additions & 3 deletions fem3d/subver.f
Original file line number Diff line number Diff line change
Expand Up @@ -239,22 +239,23 @@
c 25.02.2015 ggu version 7.1.5
c 26.02.2015 ggu version 7.1.6
c 01.04.2015 ggu version 7.1.7 first of aprile version
c 23.04.2015 ggu version 7.1.8 St. George's release '
c
c*****************************************************************

blockdata shyfem_version_blockdata

c DOCS START P_version
c
c \newcommand{\VERSION}{7.1.7}
c \newcommand{\version}{7\_1\_7}
c \newcommand{\VERSION}{7.1.8}
c \newcommand{\version}{7\_1\_8}
c
c DOCS END

implicit none

character*10 version
parameter (version='7.1.7')
parameter (version='7.1.8')

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

0 comments on commit 28b1622

Please sign in to comment.