Skip to content

Commit

Permalink
Fixing z dimension of indicator file for reading
Browse files Browse the repository at this point in the history
  • Loading branch information
lecondon committed Nov 25, 2019
1 parent 9d3d0c0 commit 616cda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EcoSLIM.f90
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ end subroutine vtk_write_points
if (nind>0) then
if (Indname /= '') then
fname = trim(adjustl(Indname))
call pfb_read(Ind,fname,nx,ny,nztemp)
call pfb_read(Ind,fname,nx,ny,nz)
write(11,*) 'Read Indicator File:', fname
!write(11,*) 'IndREAD:', nx, ny, nztemp
else
Expand Down

0 comments on commit 616cda7

Please sign in to comment.