From 81ce9a896f2b368b26791887ffc6699be76c696d Mon Sep 17 00:00:00 2001 From: Josh Romero Date: Thu, 4 Jun 2026 13:42:42 -0700 Subject: [PATCH] Fix benign typo in cudecompUpdateHaloZ Fortran interface. Signed-off-by: Josh Romero --- src/cudecomp_m.cuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cudecomp_m.cuf b/src/cudecomp_m.cuf index 36765b7..8e63d35 100644 --- a/src/cudecomp_m.cuf +++ b/src/cudecomp_m.cuf @@ -987,7 +987,7 @@ contains if (present(padding)) padding_ = padding res = cudecompUpdateHalosZ_C(handle, grid_desc, & input, work, dtype, halo_extents, halo_periods_c, & - dim - 1, padding, stream_) + dim - 1, padding_, stream_) end function cudecompUpdateHalosZ ! Helper function to copy string