Skip to content

Commit

Permalink
More array size changes in groupr
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 23, 2023
1 parent ba34c1a commit 53057d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/groupr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6440,7 +6440,7 @@ subroutine getyld(e,enext,idis,yld,mat,mf,mt,lfs,itape)

!--initialize
if (e.gt.zero) go to 200
ntmp=10000
ntmp=20000
allocate(tmp(ntmp))
mft=mf
if (mft.ge.40000000) mft=10
Expand Down Expand Up @@ -11385,7 +11385,7 @@ subroutine conver(nin,nout,nscr)
call contio(nin,nout,nscr,scr,nb,nw)
if (mfh.eq.0) go to 110
if (mth.ne.452) go to 595
nnu=10000
nnu=20000
allocate(nu(nnu))
l=1
lnu=l2h
Expand Down

0 comments on commit 53057d2

Please sign in to comment.