File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ namespace ChimeraTK {
2020
2121 /* *******************************************************************************************************************/
2222
23- // std::string PyReadAnyGroup::repr() const {}
24-
25- /* *******************************************************************************************************************/
26-
2723 void PyDataConsistencyGroup::bind (py::module & m) {
2824 py::class_<ctk::DataConsistencyGroup>(m, " DataConsistencyGroup" )
2925 .def (py::init<ctk::DataConsistencyGroup::MatchingMode>())
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ namespace ChimeraTK {
2020
2121 /* *******************************************************************************************************************/
2222
23- // std::string PyReadAnyGroup::repr() const {}
24-
25- /* *******************************************************************************************************************/
26-
2723 void PyReadAnyGroup::bind (py::module & m) {
2824 py::class_<ctk::ReadAnyGroup>(m, " ReadAnyGroup" )
2925 .def (py::init<>())
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ namespace ChimeraTK {
2020
2121 /* *******************************************************************************************************************/
2222
23- // std::string PyReadAnyGroup::repr() const {}
24-
25- /* *******************************************************************************************************************/
26-
2723 void PyTransferGroup::bind (py::module & m) {
2824 py::class_<ctk::TransferGroup>(m, " TransferGroup" )
2925 .def (py::init<>())
You can’t perform that action at this time.
0 commit comments