changeset 13085:0fe1b5d4db56

codesprint: Fix typo
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sat, 03 Sep 2011 17:15:14 -0500
parents 60bd7ebb12fc
children 7015842c6562
files scripts/linear-algebra/duplication_matrix.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/duplication_matrix.m
+++ b/scripts/linear-algebra/duplication_matrix.m
@@ -87,7 +87,7 @@
 
 endfunction
 
-!test
+%!test
 %! N = 2;
 %! A = rand(N);
 %! B = A * A';