WIP: Third commit with EndFramec issue

This commit is contained in:
Aik-Siong Koh
2023-04-29 11:19:31 -06:00
parent 43570d87cd
commit 5c4b08606d
15 changed files with 81 additions and 59 deletions

View File

@@ -16,12 +16,12 @@ void MarkerFrame::setPartFrame(PartFrame* partFrm)
partFrame = partFrm;
}
void MarkerFrame::setrpmp(FullColumn<double>* x)
void MarkerFrame::setrpmp(FullColDptr x)
{
rpmp->copy(x);
}
void MarkerFrame::setaApm(FullMatrix<double>* x)
void MarkerFrame::setaApm(FullMatDptr x)
{
aApm->copy(x);
}