Skip to content

Commit cb39615

Browse files
committed
Fixed a swig warning
1 parent 1adf2a6 commit cb39615

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/Muscles/WrappingHalfCylinder.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ class BIORBD_API WrappingHalfCylinder : public biorbd::muscles::WrappingObject
2424
WrappingHalfCylinder(
2525
const biorbd::utils::Vector3d& other);
2626

27+
#ifndef SWIG
2728
///
2829
/// \brief Construct a wrapping half cylinder
2930
///
3031
WrappingHalfCylinder(
3132
const biorbd::utils::Vector3d* other);
33+
#endif
3234

3335
///
3436
/// \brief Construct a wrapping half cylinder

0 commit comments

Comments
 (0)