Skip to content

Commit

Permalink
[py] solving merging error
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Jan 28, 2025
1 parent 8fb0b2d commit f60ad5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/codac_py_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ void export_CtcCartProd(py::module& m, py::class_<Ctc, pyCtc>& ctc);
void export_CtcDist(py::module& m, py::class_<Ctc, pyCtc>& ctc);
void export_CtcFunction(py::module& m, py::class_<Ctc, pyCtc>& ctc);
void export_CtcConstell(py::module& m, py::class_<Ctc, pyCtc>& ctc);
void export_CtcCN(py::module& m, py::class_<Ctc, pyCtc>& ctc);
void export_CtcNewton(py::module& m, py::class_<Ctc, pyCtc>& ctc);
void export_CtcPolar(py::module& m, py::class_<Ctc, pyCtc>& ctc);
void export_CtcQInterProjF(py::module& m, py::class_<Ctc, pyCtc>& ctc);
Expand Down Expand Up @@ -110,7 +109,6 @@ PYBIND11_MODULE(core, m)
export_CtcDist(m, ctc);
export_CtcFunction(m, ctc);
export_CtcConstell(m, ctc);
export_CtcCN(m, ctc);
export_CtcNewton(m, ctc);
export_CtcPolar(m, ctc);

Expand Down

0 comments on commit f60ad5d

Please sign in to comment.