-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bd125a
commit 3e021fc
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ program splash | |
!--------------------------------------------------------------------------------- | ||
! | ||
! SPLASH - a plotting utility for SPH data in 1, 2 and 3 dimensions | ||
! Copyright (C) 2005-2020 Daniel Price | ||
! Copyright (C) 2005-2021 Daniel Price | ||
! [email protected] | ||
! | ||
! -------------------------------------------------------------------------- | ||
|
@@ -51,12 +51,15 @@ program splash | |
! | ||
! ------------------------------------------------------------------------- | ||
! Version history/ Changelog: | ||
! 3.1.0 : (10/02/21) splash calc lightcurve implemented; | ||
! 3.1.0 : (16/02/21) splash calc lightcurve implemented; sink particles ON by default; | ||
! changing units rescales plot limits correctly; | ||
! further improvements to ray tracing / opacity rendering with physical opacity; | ||
! can change units temporarily without writing .units file; | ||
! auto-select closest velocity and mass unit and better default time unit | ||
! in phantom/sphNG read; error message if Inf or NaN read from .units file; | ||
! bug fix with units prompt; floating colour bars are white not black; | ||
! automatically write copyright in Hollywood mode; auto-render fits files; | ||
! read softening length from phantom sinks if accretion radius is zero; | ||
! 3.0.2 : (20/01/21) opacity rendering uses physical value of kappa, can also | ||
! use opacity defined on particles; can track multiple particles with | ||
! 'splash calc tracks' by specifying ids in splash.tracks file; | ||
|
@@ -452,7 +455,7 @@ program splash | |
logical :: ihavereadfilenames,evsplash,doconvert,useall,iexist,use_360,got_format | ||
character(len=120) :: string | ||
character(len=12) :: convertformat | ||
character(len=*), parameter :: version = 'v3.1.0 [10th Feb 2021]' | ||
character(len=*), parameter :: version = 'v3.1.0 [16th Feb 2021]' | ||
|
||
! | ||
! initialise some basic code variables | ||
|