diff --git a/VECTO3GUI2020/ViewModel/Implementation/JobListViewModel.cs b/VECTO3GUI2020/ViewModel/Implementation/JobListViewModel.cs index e5dcf31de4857987660de2214d6da36db889785c..f0adb5118159115cf53072f43ace7fff54a83f0b 100644 --- a/VECTO3GUI2020/ViewModel/Implementation/JobListViewModel.cs +++ b/VECTO3GUI2020/ViewModel/Implementation/JobListViewModel.cs @@ -709,7 +709,7 @@ namespace VECTO3GUI2020.ViewModel.Implementation Message = string.Format("Simulation finished in {0:F1}s", start.Elapsed.TotalSeconds) }); - status.Report($"Simulation finished in {start.Elapsed.TotalSeconds} s"); + status.Report($"Simulation finished in {start.Elapsed.TotalSeconds,0:F1} s"); } private void PrintRuns(Dictionary<int, JobContainer.ProgressEntry> progress, Dictionary<int, FileOutputWriter> fileWriters, IProgress<MessageEntry> outputMessages)