aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-06-21 10:53:36 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-06-21 10:53:36 +0200
commiteb626877d76ab9d477c36e2e9bed36c722dad20c (patch)
tree946afa306b43141d84d9ad6561bcabf868545637 /bench
parent6f3057f624da32ee854ba13df2bb5e399050c8c4 (diff)
fix sparse benchmark help
Diffstat (limited to 'bench')
-rw-r--r--bench/spbench/spbenchsolver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/spbench/spbenchsolver.cpp b/bench/spbench/spbenchsolver.cpp
index f7b68ec7d..830542ff1 100644
--- a/bench/spbench/spbenchsolver.cpp
+++ b/bench/spbench/spbenchsolver.cpp
@@ -16,8 +16,8 @@ void bench_printhelp()
cout<< " -h or --help \n print this help and return\n\n";
cout<< " -d matrixdir \n Use matrixdir as the matrix folder instead of the one specified in the environment variable EIGEN_MATRIXDIR\n\n";
cout<< " -o outputfile.html \n Output the statistics to a html file \n\n";
- cout<< " --eps <RelErr> Sets the relative tolerance for iterative solvers (default 1e-08)
- cout<< " --maxits <MaxIts> Sets the maximum number of iterations (default 1000)
+ cout<< " --eps <RelErr> Sets the relative tolerance for iterative solvers (default 1e-08) \n\n";
+ cout<< " --maxits <MaxIts> Sets the maximum number of iterations (default 1000) \n\n";
}
int main(int argc, char ** args)