/usr/include/openturns/swig/TrendFactory.i is in python-openturns-dev 1.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | // SWIG file TrendFactory.i
// @author haddad
// @date 2011-12-12 18:11:43 +0100 (lun. 12 déc. 2011)
%{
#include "TrendFactory.hxx"
%}
%include TrendFactory.hxx
namespace OT { %extend TrendFactory { TrendFactory(const TrendFactory & other) { return new OT::TrendFactory(other); } } }
|