Skip to content

Commit 2eb65c9

Browse files
Update src/LaMEM_post_processing.jl
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
1 parent a349d06 commit 2eb65c9

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
@@ -458,7 +458,7 @@ function track_point_over_time(Point_coord::CartesianIndex,fields::Vector{String
458458
end
459459

460460

461-
if save == true
461+
if save
462462
save_dict[model_name] = Dict{String,Dict{String,Float64}}()
463463
save_dict[model_name] = track_point
464464

0 commit comments

Comments
 (0)