hxp, hyp, hzp calculation after reading nxp, nyp, nzp
This commit is contained in:
parent
e55318038c
commit
70e298b1cd
1 changed files with 5 additions and 5 deletions
|
|
@ -113,11 +113,6 @@ subroutine read_intro
|
|||
|
||||
prp=scp/lep
|
||||
|
||||
! hyp=l_0*pi/REAL(nyp)
|
||||
hyp=l_0*pi/REAL(nyp-1) ! kwon
|
||||
hxp=hyp
|
||||
hzp=hyp
|
||||
|
||||
close (100)
|
||||
close (101)
|
||||
|
||||
|
|
@ -142,6 +137,11 @@ subroutine read_intro
|
|||
|
||||
CLOSE(first_file)
|
||||
|
||||
! hyp=l_0*pi/REAL(nyp)
|
||||
hyp=l_0*pi/REAL(nyp-1) ! kwon
|
||||
hxp=hyp
|
||||
hzp=hyp
|
||||
|
||||
|
||||
end subroutine read_intro
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue