typos in bench/

This commit is contained in:
Gael Guennebaud
2008-08-29 16:10:08 +00:00
parent 6d841512c7
commit 68fbd6f531
4 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
#ifndef EIGEN_BENCH_BASICBENCH_H
#define EIGEN_BENCH_BASICBENCH_H
enum {LazyEval, EarlyEval, OmpEval};
template<int Mode, typename MatrixType>
@@ -57,3 +60,4 @@ double benchBasic(const MatrixType& mat, int iterations, int tries)
return timer.value();
};
#endif // EIGEN_BENCH_BASICBENCH_H