Skip to content

Commit

Permalink
v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Feb 8, 2023
1 parent 40eabc5 commit 4a0fef2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/splash.f90
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ program splash
!
! -------------------------------------------------------------------------
! Version history/ Changelog:
! 3.7.1 : (09/02/23)
! libexact build failure fixed
! 3.7.0 : (09/02/23)
! splash calc extinction computes column density to all sink particles in the simulation;
! bug fix with rendering vector components (e.g. vr) in non-cartesian coordinate systems;
Expand Down Expand Up @@ -547,7 +549,7 @@ program splash
character(len=120) :: string
character(len=12) :: convertformat
character(len=lenlabel) :: stringx,stringy,stringr,stringc,stringv
character(len=*), parameter :: version = 'v3.7.0 [9th Feb 2023]'
character(len=*), parameter :: version = 'v3.7.1 [9th Feb 2023]'

!
! initialise some basic code variables
Expand Down

0 comments on commit 4a0fef2

Please sign in to comment.