mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-19 08:09:36 +08:00
Merged in tellenbach/eigen/sykline_consistent_include_guards (pull request PR-617)
Fix include guard comments for Skyline module
This commit is contained in:
commit
1936aac43f
@ -349,4 +349,4 @@ bool SkylineInplaceLU<MatrixType>::solve(const MatrixBase<BDerived> &b, MatrixBa
|
||||
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // EIGEN_SKYLINELU_H
|
||||
#endif // EIGEN_SKYLINEINPLACELU_H
|
||||
|
@ -859,4 +859,4 @@ protected:
|
||||
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // EIGEN_SkylineMatrix_H
|
||||
#endif // EIGEN_SKYLINEMATRIX_H
|
||||
|
@ -209,4 +209,4 @@ protected:
|
||||
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // EIGEN_SkylineMatrixBase_H
|
||||
#endif // EIGEN_SKYLINEMATRIXBASE_H
|
||||
|
@ -256,4 +256,4 @@ public:
|
||||
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // EIGEN_COMPRESSED_STORAGE_H
|
||||
#endif // EIGEN_SKYLINE_STORAGE_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user