aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/BlockMethods.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-11-15 14:33:30 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-11-15 14:33:30 +0100
commit493319ae5fd696cfe11e48ed9c1b0c5757be552c (patch)
treec65ab213cb3bcad17e2f15a1b6d24f41f3791fee /Eigen/src/plugins/BlockMethods.h
parentb40a5b8b487e041341e851a8f08ae95d618df0b7 (diff)
plugin header files can be included more than once
Diffstat (limited to 'Eigen/src/plugins/BlockMethods.h')
-rw-r--r--Eigen/src/plugins/BlockMethods.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Eigen/src/plugins/BlockMethods.h b/Eigen/src/plugins/BlockMethods.h
index ef224001a..fa90a289f 100644
--- a/Eigen/src/plugins/BlockMethods.h
+++ b/Eigen/src/plugins/BlockMethods.h
@@ -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