aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
authorGravatar Mark Borgerding <mark@borgerding.net>2009-12-01 18:00:29 -0500
committerGravatar Mark Borgerding <mark@borgerding.net>2009-12-01 18:00:29 -0500
commitff1e9542f6df82dbefbb60f386b25334330c1f49 (patch)
treed2557087adcc0459e3743901149db97dec6c5d24 /Eigen/Cholesky
parentd1e06721a25b5ac9267aa665102ff4a91128e266 (diff)
added comments to help vim understand the header files are c++.
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index 634dc156f..9e422ecce 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -64,3 +64,4 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_CHOLESKY_MODULE_H
+/* vim: set filetype=cpp et sw=2 ts=2 ai: */