Skip to content
Snippets Groups Projects
Commit d74e4c0e authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

Merge branch 'capsule-communication-fix' into 'master'

Change Box to Capsule in rigidbody communication header

See merge request !13
parents 57476454 daf95288
No related merge requests found
......@@ -47,7 +47,7 @@ struct CapsuleParameters : public GeomPrimitiveParameters {
* \param obj The object to be marshalled.
* \return void
*/
void marshal( mpi::SendBuffer& buffer, const Box& obj );
void marshal( mpi::SendBuffer& buffer, const Capsule& obj );
//*************************************************************************************************
//*************************************************************************************************
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment