Skip to content

Commit

Permalink
Update _phasefield.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matnoel committed Sep 10, 2024
1 parent 69a97b4 commit 5bf423c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EasyFEA/simulations/_phasefield.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def Results_Set_Iteration_Summary(self, iter: int, load: float, unitLoad: str, p

min_d = d.min()
max_d = d.max()
summaryIter = f"{iter+1:4} : {load:4.3f} {unitLoad}, [{min_d:.2e}; {max_d:.2e}], {Niter}:{timeIter:4.3f} s, tol={dincMax:.2e} "
summaryIter = f"{iter+1:4d} : {load:4.3f} {unitLoad}, [{min_d:.2e}; {max_d:.2e}], {Niter}:{timeIter:4.3f} s, tol={dincMax:.2e} "

if remove:
end='\r'
Expand Down

0 comments on commit 5bf423c

Please sign in to comment.