1 // SWIG file Laplace.i 2 3 %{ 4 #include "openturns/Laplace.hxx" 5 %} 6 7 %include Laplace_doc.i 8 9 %include openturns/Laplace.hxx Laplace(const Laplace & other)10 namespace OT { %extend Laplace { Laplace(const Laplace & other) { return new OT::Laplace(other); } } } 11