Skip to content

Commit 03e960b

Browse files
committed
Updating version and release notes
1 parent 5febcfe commit 03e960b

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+
- Background cross section values for reactions other than total, elastic, fission and capture were not handled properly in the unresolved resonance region. The background for total, elastic, fission and capture is integrated into the unresolved resonance cross section values in the genunr subroutine. In the emerge subroutine, the background in the unresolved resonance region was therefore zeroed out for any resonance reaction. This has never been an issue but now we have LRF=7 evaluations that can define reactions other than total, elastic, fission and capture.
7+
48
## [NJOY2016.76](https://github.com/njoy/NJOY2016/pull/340)
59
This update fixes the following issues:
610
- Increase an array size to properly process Pt covariances in ENDF/B-VIII.1.

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.76'
7-
character(8),public::vday='03Jul24'
6+
character(8),public::vers='2016.77'
7+
character(8),public::vday='xxSep24'
88
end module version

0 commit comments

Comments
 (0)