various fixes in headers

This commit is contained in:
Thomas Capricelli
2009-11-09 03:32:40 +01:00
parent 71a3e96b49
commit ac8f7d8c9c
3 changed files with 67 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
// -*- coding: utf-8
// vim: set fileencoding=utf-8
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
@@ -145,4 +148,6 @@ private:
Scalar epsfcn;
};
//vim: ai ts=4 sts=4 et sw=4
#endif // EIGEN_NUMERICAL_DIFF_H