Skip to content

Commit

Permalink
Changes following review
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed May 26, 2022
1 parent 7b4d0ae commit b8e3dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release Notes—NJOY2016
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.

## [NJOY2016.67](https://github.com/njoy/NJOY2016/pull/xxx)
## [NJOY2016.67](https://github.com/njoy/NJOY2016/pull/243)
This update resolves a number of issues encountered when processing the newly released JENDL5 nuclear data library and TENDL-2021 library for evaluations with sub-actinide fission, and provides fixes for a few minor issues.

Due to an internal compiler error, gcc-11 will not be supported. Users should consider moving to gcc-12 or any version from gcc-7 to gcc-10.
Expand Down
2 changes: 1 addition & 1 deletion src/vers.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module version
implicit none
private
character(8),public::vers='2016.67'
character(8),public::vday='12May22'
character(8),public::vday='26May22'
end module version

0 comments on commit b8e3dd1

Please sign in to comment.