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