mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
plugin header files can be included more than once
This commit is contained in:
parent
b40a5b8b48
commit
493319ae5f
@ -8,8 +8,6 @@
|
||||
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#ifndef EIGEN_BLOCKMETHODS_H
|
||||
#define EIGEN_BLOCKMETHODS_H
|
||||
|
||||
#ifndef EIGEN_PARSED_BY_DOXYGEN
|
||||
|
||||
@ -576,5 +574,3 @@ inline ConstRowXpr row(Index i) const
|
||||
{
|
||||
return ConstRowXpr(derived(), i);
|
||||
}
|
||||
|
||||
#endif // EIGEN_BLOCKMETHODS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user