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