Skip to content
Snippets Groups Projects
Commit daf95288 authored by Felix Winterhalter's avatar Felix Winterhalter
Browse files

Change Box to Capsule in rigidbody communication header

parent 57476454
No related merge requests found
...@@ -47,7 +47,7 @@ struct CapsuleParameters : public GeomPrimitiveParameters { ...@@ -47,7 +47,7 @@ struct CapsuleParameters : public GeomPrimitiveParameters {
* \param obj The object to be marshalled. * \param obj The object to be marshalled.
* \return void * \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