Skip to content

Commit a73abbc

Browse files
Update src/LaMEM_post_processing.jl
Co-authored-by: Albert de Montserrat <[email protected]>
1 parent 8a2c630 commit a73abbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LaMEM_post_processing.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ end
206206
# get Coordinates of the searched phases. Return can either be in one list or separated by phase than as vector{vectors}
207207
function get_phase(path::String,FileName_pvtr::String,phaseIDs::Vector{Int},sep_ind=false)
208208

209-
indices = []
210-
idx = []
209+
indices = Int64[]
210+
idx = Int64[]
211211

212212
if length(phaseIDs) == 1
213213
sep_ind=false

0 commit comments

Comments
 (0)