changeset 3:bb3a5c43fc65

Remove tic-toc output
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 13 Jan 2015 16:54:15 -0500
parents 5fa249d59d58
children 74d0d08dbc95
files octmedcouple
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/octmedcouple
+++ b/octmedcouple
@@ -9,7 +9,5 @@
 fname = args{1};
 format long;
 x = load(fname);
-tic; 
 m = mc(x);
-disp(toc)
 disp(m);