uint –> UInt

This commit is contained in:
Eryn Wells 2014-08-08 21:12:06 -07:00
parent 3b713856db
commit bfd3b8cbce
2 changed files with 22 additions and 22 deletions

View file

@ -13,8 +13,7 @@
typedef double Double;
typedef unsigned int uint;
typedef unsigned int UInt;
typedef std::vector<Double> DoubleVector;
typedef DoubleVector TVector;