this time really using int16 in Int16Rates, thanx Felix

This commit is contained in:
Antoine Drouin
2010-07-21 21:04:24 +00:00
parent 62fc96e522
commit e5da618236
+3 -3
View File
@@ -124,9 +124,9 @@ struct Int32Mat33 {
/* Rotational speed */
struct Int16Rates {
int32_t p;
int32_t q;
int32_t r;
int16_t p;
int16_t q;
int16_t r;
};
/* Rotational speed */