Skip to content

Commit 0c0f774

Browse files
committed
typo
1 parent 9c974f0 commit 0c0f774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Setup_geometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ function add_polygon!(Phase, Temp, Grid::AbstractGeneralGrid; # required input
718718
end
719719
end
720720

721-
if !isempty(ind_flat)
721+
if !isempty(ind)
722722
# Compute thermal structure accordingly. See routines below for different options
723723
if T != nothing
724724
Temp[ind] = compute_thermal_structure(Temp[ind], X[ind], Y[ind], Z[ind], Phase[ind], T)

0 commit comments

Comments
 (0)