Page 1 of 1

lauto and icalls should be saved in dos.F

Posted: Thu Nov 11, 2004 4:30 pm
by davem
In subroutine DENSTA, the variables lauto and icalls need
to be saved with a save statement.

Either or both could be overwritten without a save.

Thanks,
Dave

lauto and icalls should be saved in dos.F

Posted: Wed Nov 24, 2004 7:51 am
by admin
according to FORTRAN 90 standard, all variables which are initialized in a
subroutine are set SAVE automatically