mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-27 00:33:24 +08:00
Changed uint to unsigned int.
This commit is contained in:
parent
5dbbe6b400
commit
957c2c291b
@ -90,8 +90,8 @@ namespace Eigen
|
||||
return;
|
||||
}
|
||||
|
||||
uint startIndex;
|
||||
uint endIndex;
|
||||
unsigned int startIndex;
|
||||
unsigned int endIndex;
|
||||
|
||||
unsigned int numInternalDerivatives = numDerivatives;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user