add runOndselDoublePendulum for simple case
This commit is contained in:
@@ -61,6 +61,10 @@ FColDsptr Part::getqX() {
|
||||
return partFrame->getqX();
|
||||
}
|
||||
|
||||
void Part::setaAap(FMatDsptr mat) {
|
||||
partFrame->setaAap(mat);
|
||||
}
|
||||
|
||||
void Part::setqE(FColDsptr x) {
|
||||
partFrame->setqE(x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user