AllowRotation and size_t

This commit is contained in:
Aik-Siong Koh
2024-01-14 21:40:33 -07:00
committed by PaddleStroke
parent fe99ad2593
commit 85557e1fa4
285 changed files with 1854 additions and 1116 deletions

View File

@@ -66,12 +66,12 @@ void EndFramec::calcPostDynCorrectorIteration()
aAOe = markerFrame->aAOm;
}
FColDsptr EndFramec::aAjOe(int j)
FColDsptr EndFramec::aAjOe(size_t j)
{
return aAOe->column(j);
}
double EndFramec::riOeO(int i)
double EndFramec::riOeO(size_t i)
{
return rOeO->at(i);
}