swt2c / rpms / mrpt

Forked from rpms/mrpt 5 years ago
Clone
8bc5f5a
diff -up ./libs/base/include/mrpt/math/eigen_plugins.h.eigen306 ./libs/base/include/mrpt/math/eigen_plugins.h
8bc5f5a
--- ./libs/base/include/mrpt/math/eigen_plugins.h.eigen306	2013-01-04 18:23:15.000000000 -0500
8bc5f5a
+++ ./libs/base/include/mrpt/math/eigen_plugins.h	2013-04-13 13:14:34.512745092 -0400
8bc5f5a
@@ -33,6 +33,9 @@
8bc5f5a
    | POSSIBILITY OF SUCH DAMAGE.                                               |
bc31b73
    +---------------------------------------------------------------------------+ */
8bc5f5a
 
bc31b73
+#ifndef EIGEN_PLUGIN_H
bc31b73
+#define EIGEN_PLUGIN_H
8bc5f5a
+
bc31b73
 // -------------------------------------------------------------------------
bc31b73
 // Note: This file will be included within the body of Eigen::MatrixBase
bc31b73
 // -------------------------------------------------------------------------
8bc5f5a
@@ -868,4 +871,4 @@ public:
bc31b73
 			for (size_t dst_col_blk=0;dst_col_blk
bc31b73
 				out.coeffRef(dst_row_blk,dst_col_blk) = this->coeff(indices[dst_row_blk],indices[dst_col_blk]);
bc31b73
 	}
bc31b73
-
bc31b73
+#endif