/usr/include/openturns/swig/EllipticalDistribution.i is in libopenturns-dev 0.15-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 11 | // SWIG file EllipticalDistribution.i
// Author : $LastChangedBy: dutka $
// Date : $LastChangedDate: 2008-05-21 11:21:38 +0200 (Wed, 21 May 2008) $
// Id : $Id: EllipticalDistribution.i 815 2008-05-21 09:21:38Z dutka $
%{
#include "EllipticalDistribution.hxx"
%}
%include EllipticalDistribution.hxx
namespace OpenTURNS { namespace Uncertainty { namespace Model { %extend EllipticalDistribution { EllipticalDistribution(const EllipticalDistribution & other) { return new OpenTURNS::Uncertainty::Model::EllipticalDistribution(other); } } }}}
|