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