Update jt9.f90 to account for changes to FT4.

This commit is contained in:
Steve Franke 2019-05-23 09:55:50 -05:00
parent 53c6b50d90
commit 932e100a2c
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ program jt9
endif
shared_data%id2=0 !??? Why is this necessary ???
if(mode.eq.5) npts=62208
if(mode.eq.5) npts=21*3456
do iblk=1,npts/kstep
k=iblk*kstep
if(mode.eq.8 .and. k.gt.179712) exit