| 456 | |
| 457 | |
| 458 | bool Foam::RBD::rigidBodyModel::read(const dictionary& dict) |
| 459 | { |
| 460 | restraints_.clear(); |
| 461 | addRestraints(dict); |
| 462 | |
| 463 | return true; |
| 464 | } |
| 465 | |
| 466 | |
| 467 | // * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * // |
no test coverage detected