From 3fb6963dff447a484188dabe392074793a82b079 Mon Sep 17 00:00:00 2001 From: "Mathieu (matael) Gaborit" Date: Thu, 9 Feb 2017 11:55:16 +0100 Subject: [PATCH] logging: add information on the resolution time in the default log --- src/FEM/PLANES_resolution.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FEM/PLANES_resolution.m b/src/FEM/PLANES_resolution.m index 71dc061..6f329ef 100644 --- a/src/FEM/PLANES_resolution.m +++ b/src/FEM/PLANES_resolution.m @@ -221,7 +221,7 @@ X=A\F; etime = toc(resolution_tic); - project.logger(0, 'PLANES', 'End of the resolution of the system'); + project.logger(0, 'PLANES', ['End of the resolution of the system (' num2str(etime) 's)']); project.logger(2, 'profiling', ['Resolution ' num2str(etime) 's.']); postprocess_solution