Skip to content

Commit dcaff59

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

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
@@ -220,7 +220,7 @@ function get_phase(path::String,FileName_pvtr::String,phaseIDs::Vector{Int},sep_
220220
ind = get_phase(path,FileName_pvtr,i)
221221
indices = push!(indices, ind)
222222

223-
if (sep_ind == true && i > 1)
223+
if sep_ind && i > 1
224224
idx = vcat(indices[i-1], indices[i])
225225
end
226226

0 commit comments

Comments
 (0)