From 9c960bcced62b4be41bd50f8790cbe14acac5f16 Mon Sep 17 00:00:00 2001
From: sebherbert <sherbert@pasteur.fr>
Date: Thu, 22 Aug 2019 13:27:46 +0200
Subject: [PATCH] Improved end of run message

---
 MainScripts/surface3D_combine.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MainScripts/surface3D_combine.m b/MainScripts/surface3D_combine.m
index a0ad80d..2a960f0 100644
--- a/MainScripts/surface3D_combine.m
+++ b/MainScripts/surface3D_combine.m
@@ -188,7 +188,8 @@ save('bellaicheTable.mat','tableOutputBell');
 
 %% Display final maps
 displayCombinedMap(tableOutputDeproj,tableOutputBell,dataCells.cellContour3D,PARAMS.outputFolder)
-toc
+
+sprintf('Deprojection finished after %d minutes',round(toc)/60);
 
 end
 
-- 
GitLab