Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Mar 28, 2024
1 parent 5a68f41 commit 4772e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaMEM_ModelGeneration/Model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function create_initialsetup(model::Model, cores::Int64=1, args::String=""; verb


if !isnothing(model.FreeSurface.Topography)
Save_LaMEMTopography(model.FreeSurface.Topography, model.FreeSurface.surf_topo_file)
save_LaMEM_topography(model.FreeSurface.Topography, model.FreeSurface.surf_topo_file)
end

if model.ModelSetup.msetup=="files"
Expand Down

0 comments on commit 4772e51

Please sign in to comment.