|
|
1.1 ! root 1: c subroutine tst7 ! 2: parameter(ntest=7) ! 3: c Mixed local and global ! 4: ! 5: integer li ! 6: real lx ! 7: common /t7/ i,x ! 8: ! 9: li=6 ! 10: i=li ! 11: if ( i.ne.6 ) call e(1,ntest) ! 12: i=6 ! 13: li=i ! 14: if ( li .ne. 6 ) call e(2,ntest) ! 15: lx = 3.5 ! 16: x=lx ! 17: if ( x .ne. 3.5 ) call e(3,ntest) ! 18: x= 4.5 ! 19: lx= x ! 20: if ( lx .ne. 4.5 ) call e(4,ntest) ! 21: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.