Skip to content

Commit

Permalink
Merge pull request #2 from opensim-org/remove_unnecessary_comments
Browse files Browse the repository at this point in the history
Remove unnecessary comments that were causing a warning with Clang.
  • Loading branch information
Ajay Seth committed Jul 3, 2020
2 parents 98f6287 + 1998aa0 commit b3823e7
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 b3823e7

Please sign in to comment.