15
15
! a) You must cause the modified files to carry prominent notices
16
16
! stating that you changed the files and the date of any change.
17
17
!
18
- ! Copyright (C) 2005-2024 Daniel Price. All rights reserved.
18
+ ! Copyright (C) 2005-2025 Daniel Price. All rights reserved.
19
19
! Contact: daniel.price@monash.edu
20
20
!
21
21
! The plotting API for SPLASH 2.0 was written by James Wetter
@@ -30,7 +30,7 @@ program splash
30
30
!- --------------------------------------------------------------------------------
31
31
!
32
32
! SPLASH - a plotting utility for SPH data in 1, 2 and 3 dimensions
33
- ! Copyright (C) 2005-2024 Daniel Price
33
+ ! Copyright (C) 2005-2025 Daniel Price
34
34
! daniel.price@monash.edu
35
35
!
36
36
! --------------------------------------------------------------------------
@@ -51,15 +51,17 @@ program splash
51
51
!
52
52
! -------------------------------------------------------------------------
53
53
! Version history/ Changelog:
54
- ! 3.11.3 : (XX/XX/25)
55
- ! bug fix with multiplot and multiple steps per page not printing axes correctly;
56
- ! 3.11.2 : (09/12/24)
57
- ! bug fix reading density from phantom small dumps if not rendering;
54
+ ! 3.11.2 : (04/04/25)
58
55
! automated plotting of star profiles from phantom relax.profile file if present;
59
56
! better automated unit guessing when comparing to exact solution from file;
60
- ! fix hardwiring of decimal labels on y axis;
57
+ ! can plot two shock tube exact solutions with different gammas on top of each other;
58
+ ! improved behaviour with nstepsperpage = 0;
61
59
! bug fix with labels + limits in double rendering when using auto choice of density weighted rendering;
62
- ! plotting library api updated to giza v1.5
60
+ ! plotting library api updated to giza v1.5; fix hardwiring of decimal labels on y axis;
61
+ ! bug fix with multiplot and multiple steps per page not printing axes correctly;
62
+ ! bug fix reading sink particle data in GADGET HDF5 format;
63
+ ! bug fix with vector labelling in GADGET HDF5 read
64
+ ! bug fix reading density from phantom small dumps if not rendering;
63
65
! 3.11.1 : (06/12/24)
64
66
! bug fix with type recognition in sphNG data read, better wrong endian error
65
67
! message (thanks to Matthew Bate); recognise sphNG format correctly even
@@ -635,7 +637,7 @@ program splash
635
637
character (len= 120 ) :: string,exactfile
636
638
character (len= 12 ) :: convertformat
637
639
character (len= lenlabel) :: stringx,stringy,stringr,stringc,stringv
638
- character (len=* ), parameter :: version = ' v3.11.3 [5th Feb 2025]'
640
+ character (len=* ), parameter :: version = ' v3.11.2 [4th April 2025]'
639
641
640
642
!
641
643
! initialise some basic code variables
@@ -1179,15 +1181,13 @@ subroutine print_header
1179
1181
20 format (/ , &
1180
1182
' ( B | y ) ( D | a | n | i | e | l ) ( P | r | i | c | e )' ,/ )
1181
1183
1182
- print " (a)" ,' ( ' // trim (version)// ' Copyright (C) 2005-2024 )'
1184
+ print " (a)" ,' ( ' // trim (version)// ' Copyright (C) 2005-2025 )'
1183
1185
print 30
1184
1186
30 format (/ , &
1185
1187
' * SPLASH comes with ABSOLUTELY NO WARRANTY. This is ' ,/ , &
1186
1188
' free software; can redistribute w/conditions (see LICENCE) *' ,/ ,/ , &
1187
- ' http://users.monash.edu.au/~dprice/splash ' ,/ , &
1188
- ' daniel.price@monash.edu or splash-users@googlegroups.com' ,/ , &
1189
- ' Please cite Price (2007), PASA, 24, 159-173 (arXiv:0709.0832) if you ' ,/ , &
1190
- ' use SPLASH in print and don'' t forget to send pics for the gallery' ,/ )
1189
+ ' https://splash-viz.readthedocs.io' ,/ ,/ , &
1190
+ ' Please cite Price (2007), PASA 24, 159 if you use SPLASH in print' ,/ )
1191
1191
1192
1192
end subroutine print_header
1193
1193
0 commit comments