Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NJOY2016.68 #264

Merged
merged 39 commits into from
Oct 5, 2022
Merged

NJOY2016.68 #264

merged 39 commits into from
Oct 5, 2022

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    5c0086c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028e7a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9695cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78466e5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #251 from njoy/fix/mubar

    Fix/mubar
    whaeck authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    873da8c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    a73cd8e View commit details
    Browse the repository at this point in the history
  2. Updating workflow

    whaeck committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a6acb6f View commit details
    Browse the repository at this point in the history
  3. Updating ...

    whaeck committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0bc15a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #254 from njoy/fix/github-actions

    Updating workflow
    whaeck authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3cd23de View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    8287725 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Ensure that an MF12 FEND record is only written to the output tape in…

    … RECONR if we have processed MF12 sections (LO=1 only)
    whaeck committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    28e2376 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Updating test files

    whaeck committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    fba1813 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    be94708 View commit details
    Browse the repository at this point in the history
  2. Updating release notes

    whaeck committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ca2cd41 View commit details
    Browse the repository at this point in the history
  3. Adding test 75 for issue #250

    whaeck committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    87a282e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3562b88 View commit details
    Browse the repository at this point in the history
  5. Updating ...

    whaeck committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    fc97a25 View commit details
    Browse the repository at this point in the history
  6. Updating ...

    whaeck committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    bf4f195 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Fix uninitialized array index in CCCR

    This fixes a NJOY crash when performing a CCCR run with interface file DLAYXS selected.
    kernie authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1a923cc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Merge pull request #259 from kernie/master

    Fix uninitialized array index in CCCR
    whaeck authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d94605b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2645f52 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Fix wrong memory addresses due to not accounted GROUPR offset

    GROUPR writes gendf data in a compact way and let us know, what the offset is.
    
    The dlayxs part of CCCR loops over the full energy group range in container variable `a` where it should loop only until the offset. Thereby, on chance uninitialized or invalid memory may be addressed and may lead at best to a crash or simply runs without error but resulting in values like 1.E+44 for delayed spectra.
    
    This commit introduces the offset and corrects 2 loops. Moreover,  a check is introduced if the requested memory fits into the `a` variable. The `a` size variable `isiza` was moved to a parameter statement and renamed to account for 4 byte and 8 byte equivalence'd variables.
    kernie authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8fa0b4e View commit details
    Browse the repository at this point in the history
  2. Adding Release notes comment and test 77

    Maarten Becker committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    62646e2 View commit details
    Browse the repository at this point in the history
  3. Added missing ressource

    Maarten Becker committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ba0e514 View commit details
    Browse the repository at this point in the history
  4. Fix typo in release note

    Maarten Becker committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4fd7322 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. 2 changes:

    * Get low energy offset the NJOY way
    * Let last loop in `subroutine dldata` go over full `ngn` (error introduced during this PR)
    Maarten Becker committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    995d808 View commit details
    Browse the repository at this point in the history
  2. Remove test 77 because it is covered by test 76

    Maarten Becker committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    0b4f481 View commit details
    Browse the repository at this point in the history
  3. Remove test file from resources

    Maarten Becker committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ccba484 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #262 from kernie/develop

    Fix wrong memory addresses due to not accounted GROUPR offset
    whaeck authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6b0a3f3 View commit details
    Browse the repository at this point in the history
  5. Updating ...

    whaeck committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    0653c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Merge pull request #255 from njoy/fix/groupr-mf10

    Fix/groupr mf10
    whaeck authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4052064 View commit details
    Browse the repository at this point in the history
  2. Updating ...

    whaeck committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e6870dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #256 from njoy/fix/acer-temp

    Fix/acer temp
    whaeck authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    b232124 View commit details
    Browse the repository at this point in the history
  4. Updating ...

    whaeck committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c8e2e80 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #261 from njoy/feature/ccccr-test

    Adding a test for the CCCCR issue
    whaeck authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    bdd03da View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    8b6b19b View commit details
    Browse the repository at this point in the history
  2. Adding test 75 description

    whaeck committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    548f6a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14cbf31 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    b7ab80c View commit details
    Browse the repository at this point in the history