Skip to content

Commit

Permalink
because it needs to be gt
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 12, 2024
1 parent 67a34ea commit 0ede4e2
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 @@ -1323,7 +1323,7 @@ subroutine set3d(iplot,xyz,nxyz)
enddo
i=i+2+2*nn
j=j+1
if (j.lt.length) then
if (j.gt.length) then
call error('set3d','array overflow, increase the length parameter',' ')
endif
endif
Expand Down

0 comments on commit 0ede4e2

Please sign in to comment.