Skip to content

Commit fd5f626

Browse files
committed
typo
1 parent 5f16b51 commit fd5f626

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
@@ -792,7 +792,7 @@ function add_volcano!(
792792
end
793793
end
794794

795-
ind_flat = flatten_index_dimensions(Phase, ind)
795+
ind_flat = flatten_index_dimensions(Phases, ind)
796796

797797
# @views Temp[ind .== false] .= 0.0
798798
Temp[ind_flat] = compute_thermal_structure(Temp[ind_flat], Grid.x.val[ind], Grid.y.val[ind], depth[ind], Phases[ind_flat], T)

0 commit comments

Comments
 (0)