Skip to content

Commit 4166f4c

Browse files
Update src/LaMEM_post_processing.jl
Co-authored-by: Albert de Montserrat <[email protected]>
1 parent 196fa9f commit 4166f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaMEM_post_processing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ julia> matrix = get_phase_bool(path,FileName_pvtr,phase_coord)
268268
# boolse matrix, where coordinates of phase exist values are set to true
269269
function get_phase_bool(path::String,FileName_pvtr::String,ind)
270270

271-
idx = []
271+
idx = Int64[]
272272
proc_folder = replace(path,"\\" => "/")*"/"
273273
data = read_LaMEM_PVTR_file(proc_folder,FileName_pvtr)
274274
if any(x -> isa(x, Vector), ind)

0 commit comments

Comments
 (0)