Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Schmitt
waLBerla
Commits
daf95288
Commit
daf95288
authored
Apr 28, 2017
by
Felix Winterhalter
Browse files
Change Box to Capsule in rigidbody communication header
parent
57476454
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pe/communication/rigidbody/Capsule.h
View file @
daf95288
...
...
@@ -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
);
//*************************************************************************************************
//*************************************************************************************************
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment