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