aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/DynBlock.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-05 07:39:26 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-05 07:39:26 +0000
commit1a94c28bfeb1bd594e900817d4f2b711e666b432 (patch)
tree04a3e096ccade4bfde678fdece1ee0e7ceaf85f0 /src/Core/DynBlock.h
parent04502cccd9258d1b1714914f4136a91c2cbf5c0c (diff)
and here is the fixed-size Block class
Diffstat (limited to 'src/Core/DynBlock.h')
-rw-r--r--src/Core/DynBlock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Core/DynBlock.h b/src/Core/DynBlock.h
index 05f67aefd..ea9be7680 100644
--- a/src/Core/DynBlock.h
+++ b/src/Core/DynBlock.h
@@ -23,8 +23,8 @@
// License. This exception does not invalidate any other reasons why a work
// based on this file might be covered by the GNU General Public License.
-#ifndef EIGEN_BLOCK_H
-#define EIGEN_BLOCK_H
+#ifndef EIGEN_DYNBLOCK_H
+#define EIGEN_DYNBLOCK_H
template<typename MatrixType> class DynBlock
: public MatrixBase<typename MatrixType::Scalar, DynBlock<MatrixType> >
@@ -82,4 +82,4 @@ DynBlock<Derived> MatrixBase<Scalar, Derived>
startRow, startCol, blockRows, blockCols);
}
-#endif // EIGEN_BLOCK_H
+#endif // EIGEN_DYNBLOCK_H