mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Changed uint to unsigned int.
This commit is contained in:
@@ -90,8 +90,8 @@ namespace Eigen
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint startIndex;
|
unsigned int startIndex;
|
||||||
uint endIndex;
|
unsigned int endIndex;
|
||||||
|
|
||||||
unsigned int numInternalDerivatives = numDerivatives;
|
unsigned int numInternalDerivatives = numDerivatives;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user