Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Oct 28, 2024
1 parent ddf591c commit ba42d0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ void create_c_kongsbergallamplitudeconverter(pybind11::module& m)

// ----- pybind macros -----
// default copy functions
__PYCLASS_DEFAULT_COPY__(KongsbergAllAmpltitudeConverter)
// default binary functions
__PYCLASS_DEFAULT_BINARY__(KongsbergAllAmpltitudeConverter)
// default printing functions
__PYCLASS_DEFAULT_PRINTING__(KongsbergAllAmpltitudeConverter)
// end LinearInterpolator
// __PYCLASS_DEFAULT_COPY__(KongsbergAllAmpltitudeConverter)
// // default binary functions
// __PYCLASS_DEFAULT_BINARY__(KongsbergAllAmpltitudeConverter)
// // default printing functions
// __PYCLASS_DEFAULT_PRINTING__(KongsbergAllAmpltitudeConverter)
// // end LinearInterpolator
;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ class PingSampleSelector

return beam_number_is_selected;
}

};

} // namespace pingtools
Expand Down

0 comments on commit ba42d0f

Please sign in to comment.