Destructor
| 54 | |
| 55 | // Destructor |
| 56 | PhysicsCommon::~PhysicsCommon() { |
| 57 | |
| 58 | // Release the allocated memory |
| 59 | release(); |
| 60 | } |
| 61 | |
| 62 | /// Initialization |
| 63 | void PhysicsCommon::init() { |
nothing calls this directly
no outgoing calls
no test coverage detected