Skip to content

Commit

Permalink
Refs #11830. Fix typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed May 22, 2015
1 parent b220d45 commit cee6957
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,5 +60,5 @@ void export_Group()
.def("getSymmetryOperationStrings", &getSymmetryOperationStrings, "Returns the x,y,z-strings for the contained symmetry operations.")
.def("containsOperation", &Group::containsOperation, "Checks whether a SymmetryOperation is included in Group.")
.def("isGroup", &Group::isGroup, "Checks whether the contained symmetry operations fulfill the group axioms.")
.def("fulfillAxiom", &Group::fulfillsAxiom, "Checks if the contained symmetry operations fulfill the specified group axiom.");
.def("fulfillsAxiom", &Group::fulfillsAxiom, "Checks if the contained symmetry operations fulfill the specified group axiom.");
}

0 comments on commit cee6957

Please sign in to comment.