Incorrect computation of the temperature bounds of binary solution data

Issue #3 resolved
Scott Runnels repo owner created an issue

An index is reversed in the section of the computational module just after the reading of the binary solution data. There, AFFTAC checks for the minimum and maximum temperatures of the data input by the user. It uses those values only for the purpose of informing the user when the simulation has exceeded them. Indices were reversed in the call to the routine where the max temperature is found.

Comments (3)

  1. Log in to comment