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;
|
||||
}
|
||||
|
||||
uint startIndex;
|
||||
uint endIndex;
|
||||
unsigned int startIndex;
|
||||
unsigned int endIndex;
|
||||
|
||||
unsigned int numInternalDerivatives = numDerivatives;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user