You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 2863 (approximately) of thermr.f90 has the line
if ( xm.le.x(i).or.xm.ge.x(i-1) ).....
and this is currently a source of discomfort because since the floats in my code are slightly different than the floats in their code, this comparison kind of messes me up and makes me go through many more 150-160 iterations than necessary.
The text was updated successfully, but these errors were encountered:
line 2863 (approximately) of thermr.f90 has the line
if ( xm.le.x(i).or.xm.ge.x(i-1) ).....
and this is currently a source of discomfort because since the floats in my code are slightly different than the floats in their code, this comparison kind of messes me up and makes me go through many more 150-160 iterations than necessary.
The text was updated successfully, but these errors were encountered: