Increase the lmax in Phagen.
The lmax value is increased from 50 to 80 (for very high energies)
This commit is contained in:
parent
af72a764e5
commit
44b424e3c6
|
@ -28,7 +28,7 @@ c
|
||||||
integer fl_, rdx_
|
integer fl_, rdx_
|
||||||
c
|
c
|
||||||
parameter ( rdx_ = 1600,
|
parameter ( rdx_ = 1600,
|
||||||
$ lmax_ = 50,
|
$ lmax_ = 80,
|
||||||
$ npss = lmax_ + 2,
|
$ npss = lmax_ + 2,
|
||||||
$ fl_ = 2*npss + 1,
|
$ fl_ = 2*npss + 1,
|
||||||
$ nef_ = 10,
|
$ nef_ = 10,
|
||||||
|
|
|
@ -14625,7 +14625,7 @@ c check = .true.
|
||||||
!
|
!
|
||||||
do
|
do
|
||||||
!
|
!
|
||||||
if ( r_real ( i ) > r_in ) then
|
if (( r_real ( i ) > r_in ) .or. ( i .ge. size(r_real) )) then
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue