Skip to content

Commit 9e41182

Browse files
authored
Update m_igr.fpp
1 parent 3d20438 commit 9e41182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_igr.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module m_igr
2525
s_finalize_igr_module
2626

2727
real(wp), allocatable, dimension(:, :, :) :: jac, jac_rhs, jac_old
28-
$:GPU_DECLARE(create='[jac, jac_rhs]')
28+
$:GPU_DECLARE(create='[jac, jac_rhs, jac_old]')
2929

3030
real(wp), allocatable, dimension(:, :) :: Res
3131
$:GPU_DECLARE(create='[Res]')

0 commit comments

Comments
 (0)