added comments to help vim understand the header files are c++.

This commit is contained in:
Mark Borgerding 2009-12-01 18:00:29 -05:00
parent d1e06721a2
commit ff1e9542f6
14 changed files with 19 additions and 0 deletions

View File

@ -43,3 +43,5 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_ARRAY_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -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: */

View File

@ -214,3 +214,4 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_CORE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -73,3 +73,4 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_EIGENVALUES_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -57,3 +57,5 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_GEOMETRY_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -23,3 +23,4 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_HOUSEHOLDER_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -26,3 +26,5 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_JACOBI_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -31,3 +31,4 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_LU_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -25,3 +25,4 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_REGRESSION_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -67,3 +67,4 @@ namespace Eigen {
#include "Eigenvalues"
#endif // EIGEN_QR_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -31,3 +31,4 @@ void *qRealloc(void *ptr, size_t size)
#endif
#endif // EIGEN_QTMALLOC_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -31,3 +31,4 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_SVD_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -133,3 +133,5 @@ namespace Eigen {
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_SPARSE_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@ -166,3 +166,5 @@ class vector<T,Eigen::aligned_allocator<T> >
}
#endif // EIGEN_STDVECTOR_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */