From 8e290b9ec64554f2d1b34b7b30ff86ae6280627b Mon Sep 17 00:00:00 2001 From: albert-de-montserrat Date: Mon, 6 May 2024 15:27:22 +0200 Subject: [PATCH] format --- src/phases/phases.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/phases.jl b/src/phases/phases.jl index b836387b..1925d244 100644 --- a/src/phases/phases.jl +++ b/src/phases/phases.jl @@ -96,7 +96,7 @@ function phase_ratio_weights( for i in eachindex(ph) # bilinear weight (1-(xᵢ-xc)/dx)*(1-(yᵢ-yc)/dy) - p = getindex.(pxi, i) + p = getindex.(pxi, i) isnan(first(p)) && continue x = @inline bilinear_weight(cell_center, p, di) sumw += x # reduce