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_UTIL_H
#define EIGEN_BENCH_UTIL_H
#include <Eigen/Core>
#include "BenchTimer.h"
@@ -66,3 +69,4 @@ void eiToGsl(const EigenMatrixType& src, gsl_matrix** dst)
}
#endif
#endif // EIGEN_BENCH_UTIL_H