Skip to content

Commit

Permalink
Commented lines removed from the wincalcbindings.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vidanovic committed Dec 8, 2023
1 parent 84ab9e9 commit 3553530
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/wincalcbindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,16 +391,6 @@ PYBIND11_MODULE(wincalcbindings, m) {
.def(py::init<Tarcog::ISO15099::PillarMeasurement const &>(),
py::arg("pillar"));

// py::class_<Tarcog::ISO15099::CCircularPillar,
// Tarcog::ISO15099::CSupportPillar,
// std::shared_ptr<Tarcog::ISO15099::CCircularPillar>>(
// m, "CircularPillar")
// .def(py::init<Tarcog::ISO15099::CIGUGapLayer const &, double,
// double,
// double>(),
// py::arg("gap_layer"), py::arg("conductivity"),
// py::arg("spacing"), py::arg("radius"));

py::class_<Tarcog::ISO15099::CIGUVentilatedGapLayer,
Tarcog::ISO15099::CIGUGapLayer,
std::shared_ptr<Tarcog::ISO15099::CIGUVentilatedGapLayer>>(
Expand Down

0 comments on commit 3553530

Please sign in to comment.