Skip to content

Commit

Permalink
Remove unusable constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 26, 2024
1 parent 0930cbb commit 6f33138
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions SWIG/stochasticprocess.i
Original file line number Diff line number Diff line change
Expand Up @@ -357,14 +357,8 @@ using QuantLib::ExtOUWithJumpsProcess;

%shared_ptr(ExtendedOrnsteinUhlenbeckProcess)
class ExtendedOrnsteinUhlenbeckProcess : public StochasticProcess1D {
public:
enum Discretization { MidPoint, Trapezodial, GaussLobatto };

ExtendedOrnsteinUhlenbeckProcess(
Real speed, Volatility sigma, Real x0,
const std::function<Real (Real)>& b,
Discretization discretization = MidPoint,
Real intEps = 1e-4);
public:
enum Discretization { MidPoint, Trapezodial, GaussLobatto };
%extend{
#if defined(SWIGPYTHON)
ExtendedOrnsteinUhlenbeckProcess(
Expand Down

0 comments on commit 6f33138

Please sign in to comment.