mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-20 08:39:37 +08:00
Fix include guard comments
This commit is contained in:
parent
8450a6d519
commit
bd9c2ae3fd
@ -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