aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-06-20 15:52:34 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-06-20 15:52:34 +0200
commite402d34407226d9c2c5dfc14ef5d6dbf53ee3c8e (patch)
treebd16ef72ebb99ed858590b1dc2c16174e9a30dd3 /Eigen
parent75487088486b7937664904cfb0abf0f8f9c56a26 (diff)
More Index realted warnings.
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/PermutationMatrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/PermutationMatrix.h b/Eigen/src/Core/PermutationMatrix.h
index 8227c9bf9..42832265d 100644
--- a/Eigen/src/Core/PermutationMatrix.h
+++ b/Eigen/src/Core/PermutationMatrix.h
@@ -192,7 +192,7 @@ class PermutationMatrix : public EigenBase<PermutationMatrix<SizeAtCompileTime,
/** Sets *this to be the identity permutation matrix of given size.
*/
- void setIdentity(int size)
+ void setIdentity(Index size)
{
resize(size);
setIdentity();