mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-08 22:58:05 -05:00
Fixing bug w/ ghost gas0 and jk double ghosts
This commit is contained in:
@@ -307,11 +307,8 @@ module imag2mhd_interface
|
||||
integer, intent(in) :: i,j,k
|
||||
logical :: isPhysical
|
||||
|
||||
|
||||
isPhysical = (j >= Gr%js) .and. (j <= Gr%je) .and. &
|
||||
(k >= Gr%ks) .and. (k <= Gr%ke)
|
||||
|
||||
|
||||
end function isPhysical
|
||||
|
||||
!Get azimuth and invariant latitude
|
||||
|
||||
Reference in New Issue
Block a user