aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-15 21:12:15 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-15 21:12:15 -0500
commit955cd7f88455a46c9c31a225a6a63a6a440e3415 (patch)
treebc140098de14421fa961d86d0246a96a8e802e3c /scripts
parent1aaa9059c01c105a97405ddf38e671fb89656c8b (diff)
* add PermutationMatrix
* DiagonalMatrix: - add MaxSizeAtCompileTime parameter - DiagonalOnTheLeft ---> OnTheLeft - fix bug in DiagonalMatrix::setIdentity()
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check.in2
1 files changed, 1 insertions, 1 deletions
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 <jobs> concurrent make jobs"
exit 0
fi