Skip to content

Commit

Permalink
Remove unnecessary comments that were causing a warning with Clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdembia committed Jan 16, 2019
1 parent a2616a6 commit 1998aa0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ScapulothoracicJoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ OpenSim_DECLARE_CONCRETE_OBJECT(ScapulothoracicJoint, Joint);
//=============================================================================
// PROPERTIES
//=============================================================================
/** @name Property declarations
The serializable properties associated with a ScapulothoracicJoint.
/**@{**/
OpenSim_DECLARE_PROPERTY(thoracic_ellipsoid_radii_x_y_z, SimTK::Vec3,
OpenSim_DECLARE_PROPERTY(thoracic_ellipsoid_radii_x_y_z, SimTK::Vec3,
"Radii of the thoracic surface ellipsoid a Vec3(rX, rY, rZ).");

OpenSim_DECLARE_LIST_PROPERTY_SIZE(scapula_winging_axis_origin, double, 2,
Expand All @@ -61,7 +58,6 @@ OpenSim_DECLARE_CONCRETE_OBJECT(ScapulothoracicJoint, Joint);

OpenSim_DECLARE_PROPERTY(scapula_winging_axis_direction, double,
"Winging axis orientation (in radians) in the scapula plane.");
/**@}**/
/** Indices of Coordinates for use as arguments to getCoordinate() and
updCoordinate().
Expand Down

0 comments on commit 1998aa0

Please sign in to comment.