mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-21 10:23:37 +00:00
call update_xdmf! only if Xdmf object is attached to solver.
This commit is contained in:
@@ -336,7 +336,9 @@ function (solver::Solver{Modal})(; show_info=true, debug=false,
|
||||
end
|
||||
end
|
||||
|
||||
update_xdmf!(solver)
|
||||
if !isnull(solver.xdmf)
|
||||
update_xdmf!(solver)
|
||||
end
|
||||
return true
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user