From 955cd7f88455a46c9c31a225a6a63a6a440e3415 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 15 Nov 2009 21:12:15 -0500 Subject: * add PermutationMatrix * DiagonalMatrix: - add MaxSizeAtCompileTime parameter - DiagonalOnTheLeft ---> OnTheLeft - fix bug in DiagonalMatrix::setIdentity() --- scripts/check.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/check.in b/scripts/check.in index 525d2a589..3aa9501bb 100755 --- a/scripts/check.in +++ b/scripts/check.in @@ -3,7 +3,7 @@ if [ $# == 0 -o $# -ge 3 ] then - echo "usage: ./mctestr regexp [jobs]" + echo "usage: ./check regexp [jobs]" echo " makes and runs tests matching the regexp, with concurrent make jobs" exit 0 fi -- cgit v1.2.3