Skip to content

Commit

Permalink
Changing another similar issue with interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
vweirens committed Sep 13, 2024
1 parent c1f1109 commit 7bfbfe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions interface/measurements/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <pybind11/pybind11.h>
#include <pybind11/eigen.h>

void initInterface(pybind11::module&);
void initParameters(pybind11::module&);
void initStateObservation(pybind11::module&);
void initRangeAndBearing(pybind11::module&);
extern void initInterface(pybind11::module&);
extern void initParameters(pybind11::module&);
extern void initStateObservation(pybind11::module&);
extern void initRangeAndBearing(pybind11::module&);

#define GNCPY_MEASUREMENTS_IMEASMODEL_INTERFACE(cName) \
.def("get_meas_mat", pybind11::overload_cast<const Eigen::VectorXd&, const lager::gncpy::measurements::MeasParams*>(&cName::getMeasMat, pybind11::const_), \
Expand Down

0 comments on commit 7bfbfe5

Please sign in to comment.