Skip to content

Commit 323fe37

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/LaMEM_post_processing.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,7 @@ function get_data_timestep(model_path::String,timestep::String,FileName_pvtr::St
336336
processing_folder = joinpath(model_path,timestep)
337337
proc_folder = replace(processing_folder,"\\" => "/")*"/"
338338

339-
if print == true
340-
println("Processing folder:" * proc_folder)
341-
else
342-
nothing
343-
end
339+
print && println("Processing folder:" * proc_folder)
344340

345341
data = read_LaMEM_PVTR_file(proc_folder,FileName_pvtr;fields=p_fields)
346342

0 commit comments

Comments
 (0)