-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the version number in the feedback
- Loading branch information
1 parent
6a40a49
commit 1fbfc44
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ subroutine write_opening_statement(settings) | |
write(stdout_unit,'("")') | ||
write(stdout_unit,'("PolyChord: Next Generation Nested Sampling")') | ||
write(stdout_unit,'("copyright: Will Handley, Mike Hobson & Anthony Lasenby")') | ||
write(stdout_unit,'(" version: 1.17.1")') | ||
write(stdout_unit,'(" version: 1.18.2")') | ||
write(stdout_unit,'(" release: 7th April 2020")') | ||
write(stdout_unit,'(" email: [email protected]")') | ||
write(stdout_unit,'("")') | ||
|