Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/3d/flux3.f90
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ subroutine flux3(ixyz,maxm,num_eqn,num_waves,num_ghost,mx, &
! # aux2(1-num_ghost,1,2) is the start of a 1d array now used by rpn3

call rpn3(ixyz,maxm,num_eqn,num_waves,num_aux,num_ghost,mx,q1d,q1d, &
aux2(1,1-num_ghost,2),aux2(1,1-num_ghost,2), &
aux2(:,1-num_ghost,2),aux2(:,1-num_ghost,2), &
wave,s,amdq,apdq)


Expand Down Expand Up @@ -610,5 +610,3 @@ subroutine flux3(ixyz,maxm,num_eqn,num_waves,num_ghost,mx, &

return
end subroutine flux3