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