Skip to content

Commit

Permalink
logging: add information on the resolution time in the default log
Browse files Browse the repository at this point in the history
  • Loading branch information
matael committed Feb 9, 2017
1 parent 3e138db commit 3fb6963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FEM/PLANES_resolution.m
Expand Up @@ -221,7 +221,7 @@
X=A\F; X=A\F;


etime = toc(resolution_tic); 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.']); project.logger(2, 'profiling', ['Resolution ' num2str(etime) 's.']);


postprocess_solution postprocess_solution
Expand Down

0 comments on commit 3fb6963

Please sign in to comment.