added newline at the end of file to quiet gcc warning

This commit is contained in:
Mark Borgerding 2009-12-01 17:37:33 -05:00
parent 66534b782c
commit 8fce0b5459

View File

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