Skip to content

Commit

Permalink
forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 12, 2024
1 parent 2858468 commit 60deb90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/scion/math/OneDimensionalFunctionBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,10 @@ namespace math {

/* constructor */

//! @todo pybind11 variant needs default constructor workaround
#ifdef PYBIND11
/**
* @brief Default constructor - only enabled for pybind11
* @brief Default constructor (for pybind11 purposes only)
*/
OneDimensionalFunctionBase() = default;
#endif

/**
* @brief Constructor
Expand Down

0 comments on commit 60deb90

Please sign in to comment.