solved bug in freq value assignment for ibeam>0
This commit is contained in:
parent
72b3c5f511
commit
81b03f9df3
@ -522,7 +522,7 @@ c
|
||||
common/scal/iscal
|
||||
common/fghz/fghz
|
||||
c
|
||||
open(602,file='gray.data',status= 'unknown')
|
||||
open(602,file='gray.data',status= 'old')
|
||||
c
|
||||
c alpha0, beta0 (cartesian) launching angles
|
||||
c fghz wave frequency (GHz)
|
||||
@ -677,8 +677,6 @@ c
|
||||
write(*,*) ' nrayr < 5 ! => OPTICAL CASE ONLY'
|
||||
write(*,*)
|
||||
end if
|
||||
c
|
||||
fhz=fghz*1.0d9
|
||||
c
|
||||
c read data for beam from file if ibeam>0
|
||||
c
|
||||
@ -709,6 +707,7 @@ c
|
||||
end if
|
||||
end if
|
||||
c
|
||||
fhz=fghz*1.0d9
|
||||
akinv=1.0d0/ak0
|
||||
c
|
||||
bresg=2.0d0*pi*fhz*me*vc/qe
|
||||
@ -996,7 +995,6 @@ c c============================================================================
|
||||
c
|
||||
c beam of interest
|
||||
read(nfbeam,*) beamname, iox, fghz, nalpha, nbeta
|
||||
fhz=fghz*1.0d9
|
||||
c
|
||||
c c====================================================================================
|
||||
c unused beam data grids
|
||||
|
Loading…
Reference in New Issue
Block a user