We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adf2a6 commit cb39615Copy full SHA for cb39615
include/Muscles/WrappingHalfCylinder.h
@@ -24,11 +24,13 @@ class BIORBD_API WrappingHalfCylinder : public biorbd::muscles::WrappingObject
24
WrappingHalfCylinder(
25
const biorbd::utils::Vector3d& other);
26
27
+#ifndef SWIG
28
///
29
/// \brief Construct a wrapping half cylinder
30
31
32
const biorbd::utils::Vector3d* other);
33
+#endif
34
35
36
0 commit comments