Bug in atovin for AAPP v7.11 and 7.12

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4946
    Nigel AtkinsonNigel Atkinson
    Moderator

    A user has reported that atovin gives an array overflow error, following to the introduction of the NEDT information in AAPP v7.11. We apologise for this. It was not noticed because many systems do not report such errors. You can correct it, if needed, as follows:

    Go to directory AAPP/src/preproc/libatovin/ and make the following changes:

    inhhdr.F, line 334 change 1583 to 1543
    inmhshdr.F, line 313 change 1114 to 1104
    inbhdr.F, line 307 change 1114 to 1104
    inahdr.F, line 310 change 700 to 670

    Then “make lib; cd ../bin; make bin”

    If your system does not report an error, then no action is needed, since the lines in question are only used to initialise arrays.

    Nigel

    #4950
    Nigel AtkinsonNigel Atkinson
    Moderator

    And another correction: in inmhsget.F, the “Anchan” should be changed to “Bnchan” at line 259 (the NEDT loop).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.