Skip to content

Commit

Permalink
Increasing the size of another internal array
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 1, 2024
1 parent 376c76d commit bd694d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ subroutine viewr
real(kr)::xx,yy,zz
character(80)::text
integer,parameter::mmax=20000 !same in plotr and viewr
integer,parameter::maxaa=200000
integer,parameter::maxaa=500000
real(kr),dimension(15)::z
real(kr),dimension(maxaa)::aa
real(kr),dimension(mmax)::x,y,b,dxm,dxp,dym,dyp
Expand Down

0 comments on commit bd694d0

Please sign in to comment.