fix bug #187: stable norm test was quite broken

This commit is contained in:
Benoit Jacob
2011-02-18 09:46:49 -05:00
parent 8f8c67b8bd
commit aa966ca319
2 changed files with 13 additions and 16 deletions

View File

@@ -529,4 +529,3 @@ int main(int argc, char *argv[])
EIGEN_CAT(test_,EIGEN_TEST_FUNC)();
return 0;
}