| 99 | } // setInterpolatedVelocityVector |
| 100 | |
| 101 | unsigned int |
| 102 | CIBStrategy::getNumberOfRigidStructures() const |
| 103 | { |
| 104 | return d_num_rigid_parts; |
| 105 | |
| 106 | } // getNumberOfRigidStructures |
| 107 | |
| 108 | void |
| 109 | CIBStrategy::setInitialCenterOfMass(const unsigned int part, const Eigen::Vector3d& XCOM_0) |
no outgoing calls
no test coverage detected