Skip to content

Commit

Permalink
Merge pull request #286 from scottaiton/fix_3d_clawpack_comm_block
Browse files Browse the repository at this point in the history
fix common blocks in fc3d_clawpack46_step3
  • Loading branch information
scottaiton authored Oct 19, 2023
2 parents 264a85c + 6c446f2 commit f4ba352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ subroutine clawpack46_step3(maxm,meqn,maux,mbc,mx,my,mz, &
!! # passed in...
dxcom = dx
dycom = dy
dzcom = dz
dtcom = dt

!! # partition work array into pieces needed for local storage in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subroutine clawpack46_step3_wrap(maxm, meqn, maux, mbc, &
!! for a Riemann solver.
double precision :: dtcom, dxcom,dycom,dzcom, tcom
integer :: icom, jcom, kcom
common /comxyt/ dtcom,dxcom,dycom,dzcom, tcom,icom,jcom, kcom
common /comxyzt/ dtcom,dxcom,dycom,dzcom, tcom,icom,jcom, kcom

integer jfix, kfix
double precision kappa
Expand Down

0 comments on commit f4ba352

Please sign in to comment.