Skip to content

Commit

Permalink
Minor bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa authored Nov 9, 2024
1 parent 40878c5 commit de78afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.f90
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ subroutine out1d(fname,ng,lo,hi,idir,l,dl,z_g,dz,p)
integer , intent(in) :: idir
real(rp), intent(in), dimension(3) :: l,dl
real(rp), intent(in), dimension(0: ) :: z_g
real(rp), intent(in), dimension(0:lo(3)-1) :: dz
real(rp), intent(in), dimension(lo(3)-1:) :: dz
real(rp), intent(in), dimension(lo(1)-1:,lo(2)-1:,lo(3)-1:) :: p
real(rp), allocatable, dimension(:) :: p1d
integer :: i,j,k
Expand Down

0 comments on commit de78afb

Please sign in to comment.