Skip to content

Commit 2c6a25a

Browse files
Update src/Setup_geometry.jl
Co-authored-by: Albert de Montserrat <[email protected]>
1 parent cfb4517 commit 2c6a25a

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
@@ -103,7 +103,7 @@ function addStripes!(Phase, Grid::AbstractGeneralGrid; # required
103103

104104
ph_ind = findall(Phase .== phase.phase);
105105

106-
ind = []
106+
ind = Int64[]
107107
if stripAxes[1] == 1
108108
indX = findall( abs.(Xrot[ph_ind] .% stripeSpacing) .<= stripeWidth/2.0);
109109
ind = vcat(ind,indX);

0 commit comments

Comments
 (0)