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
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 1
- Joined: Thu Nov 11, 2004 3:50 pm
- License Nr.: 757
lauto and icalls should be saved in dos.F
Last edited by davem on Thu Nov 11, 2004 4:30 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
lauto and icalls should be saved in dos.F
according to FORTRAN 90 standard, all variables which are initialized in a
subroutine are set SAVE automatically
subroutine are set SAVE automatically
Last edited by admin on Wed Nov 24, 2004 7:51 am, edited 1 time in total.