Skip to content

Commit b1ba7d8

Browse files
committed
v3.10.1
1 parent a5ddefa commit b1ba7d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Daniel Price'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v3.10.0'
25+
release = 'v3.10.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

src/splash.f90

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ program splash
5151
!
5252
! -------------------------------------------------------------------------
5353
! Version history/ Changelog:
54+
! 3.10.1 : (4/12/23)
55+
! bug fix with accreted particles appearing in smoothed particle plots;
56+
! automated Trad/Tgas in extra quantities from phantom dumps with radiation
5457
! 3.10.0 : (30/11/23)
5558
! --sort flag to sort filenames for comparison plots;
5659
! --movie flag to automatically make movie from sequence of files;
@@ -597,7 +600,7 @@ program splash
597600
character(len=120) :: string,exactfile
598601
character(len=12) :: convertformat
599602
character(len=lenlabel) :: stringx,stringy,stringr,stringc,stringv
600-
character(len=*), parameter :: version = 'v3.10.0 [30th Nov 2023]'
603+
character(len=*), parameter :: version = 'v3.10.1 [4th Dec 2023]'
601604

602605
!
603606
! initialise some basic code variables

0 commit comments

Comments
 (0)