I keep running into strange bugs while working on an ongoing project written in Fortran 77. In this bug, one the index variables in a loop is staying fixed at 1.
In my main program is a three-level nested do loop. Three double precision variables, are set to the values of of i,j,k in each...