diff options
author | Thomas Capricelli <orzel@freehackers.org> | 2009-11-09 03:32:40 +0100 |
---|---|---|
committer | Thomas Capricelli <orzel@freehackers.org> | 2009-11-09 03:32:40 +0100 |
commit | ac8f7d8c9c10b33d74dc0922deb2c5e18890312d (patch) | |
tree | f84bf56944e018c3bc631ade99aacc3001d31db7 /unsupported/Eigen/src/NumericalDiff | |
parent | 71a3e96b49f7f770df9e44909e14379a9a75f2a1 (diff) |
various fixes in headers
Diffstat (limited to 'unsupported/Eigen/src/NumericalDiff')
-rw-r--r-- | unsupported/Eigen/src/NumericalDiff/NumericalDiff.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h b/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h index f4af94327..4a8480230 100644 --- a/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +++ b/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h @@ -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 + |