From 69c29136bf2975c11b580a9accb7c00e0e0809ae Mon Sep 17 00:00:00 2001 From: sebherbert <sherbert@pasteur.fr> Date: Mon, 2 Sep 2019 12:04:38 +0200 Subject: [PATCH] Fix typo --- MainScripts/surface3D_combine.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainScripts/surface3D_combine.m b/MainScripts/surface3D_combine.m index 2a960f0..b6166ab 100644 --- a/MainScripts/surface3D_combine.m +++ b/MainScripts/surface3D_combine.m @@ -189,7 +189,7 @@ save('bellaicheTable.mat','tableOutputBell'); %% Display final maps displayCombinedMap(tableOutputDeproj,tableOutputBell,dataCells.cellContour3D,PARAMS.outputFolder) -sprintf('Deprojection finished after %d minutes',round(toc)/60); +fprintf('Deprojection finished after %d minutes\n',round(toc/60)); end -- GitLab