Skip to content

Commit 7c486a2

Browse files
committed
Update ParallelOpsPencil.jl
1 parent 527a5d0 commit 7c486a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ParallelOpsPencil.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function SHTnsKit.dist_scalar_laplacian(cfg::SHTnsKit.SHTConfig,
102102
use_rfft::Bool=false,
103103
real_output::Bool=true)
104104
Alm = SHTnsKit.dist_analysis(cfg, fθφ; use_rfft)
105-
SHTnsKit.apply_laplacian!(cfg, Alm)
105+
SHTnsKit.dist_apply_laplacian!(cfg, Alm)
106106
return SHTnsKit.dist_synthesis(cfg, Alm; prototype_θφ=prototype_θφ,
107107
real_output=real_output, use_rfft=use_rfft)
108108
end

0 commit comments

Comments
 (0)