Skip to content

Commit 49acbed

Browse files
committed
Update version and date
1 parent 786062c commit 49acbed

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ReleaseNotes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release Notes—NJOY2016
22
Given here are some release notes for NJOY2016. Each release is made through a formal [Pull Request](https://github.com/njoy/NJOY2016/pulls) made on GitHub. There are links in this document that point to each of those Pull Requests, where you can see in great details the changes that were made. Often the Pull Requests are made in response to an [issue](https://github.com/njoy/NJOY2016/issues). In such cases, links to those issues are also given.
33

4+
## [NJOY2016.76](https://github.com/njoy/NJOY2016/pull/xxx)
5+
This update fixes the following issues:
6+
- Increase an array size to properly process Pt covariances in ENDF/B-VIII.1.
7+
48
## [NJOY2016.75](https://github.com/njoy/NJOY2016/pull/335)
59
This update fixes the following issues:
610
- Corrected a typo in the gateff subroutine in thermr (changed 1220 into 1200, see issue #76)

src/vers.f90

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module version
33
! These values are updated during the NJOY revision-control process.
44
implicit none
55
private
6-
character(8),public::vers='2016.75'
7-
character(8),public::vday='29Apr24'
6+
character(8),public::vers='2016.76'
7+
character(8),public::vday='xxXxx24'
88
end module version

0 commit comments

Comments
 (0)