Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 6, 2024
1 parent 5e539ec commit 14d20e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/SurfaceSymmetryConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SurfaceSymmetryConstraint::SurfaceSymmetryConstraint(Model *m,
: IMP::Constraint(m, "SurfaceSymmetryConstraint%1%")
, spip_(ss), rbpip_(rbs) {
IMP_USAGE_CHECK(Surface::get_is_setup(get_model(), std::get<0>(ss)) &
Surface::get_is_setup(get_model(), std:get<1>(ss)),
Surface::get_is_setup(get_model(), std::get<1>(ss)),
"First pair must be Surface particles.");
IMP_USAGE_CHECK(RigidBody::get_is_setup(get_model(), std::get<0>(rbs)) &
RigidBody::get_is_setup(get_model(), std::get<1>(rbs)),
Expand Down

0 comments on commit 14d20e7

Please sign in to comment.