njoy / NJOY2016

Nuclear data processing with legacy NJOY
https://www.njoy21.io/NJOY2016
Other
98 stars 86 forks source link

Changing ngmax leads to problem in GAMINR #97

Closed whaeck closed 6 years ago

whaeck commented 6 years ago

When using more then 400 groups in the user defined group structure in GAMINR, GAMINR will instruct the user to increase ngmax to a higher value. The default value is set to 400.

When doing this, GAMINR will however try to read the group structure into arrays that are still limited to the 400 element size (the size of the arrays was hardcoded to be equal to 400 instead of using the ngmax parameter), causing the issue.

whaeck commented 6 years ago

Fixed in #98 - to be merged soon, no need to keep this open.