From 85c019d878db12c91f0a97257dc9caa80a271675 Mon Sep 17 00:00:00 2001 From: Anchal Gupta Date: Sat, 7 Oct 2023 16:11:49 -0700 Subject: [PATCH] Using KDTree interp for projection to midplane --- src/supersize_profile.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/supersize_profile.jl b/src/supersize_profile.jl index c361a72..5e8cedc 100644 --- a/src/supersize_profile.jl +++ b/src/supersize_profile.jl @@ -172,7 +172,8 @@ function fill_in_extrapolated_core_profile!( quantity_str, cell_subset, midplane_subset, - space, + space; + interp_method=:KDTree, ) # Now quantity is at the outboard midplane