/usr/include/openturns/swig/RandomMixture.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 RandomMixture.i
// Author : $LastChangedBy: schueller $
// Date : $LastChangedDate: 2011-05-23 18:19:06 +0200 (Mon, 23 May 2011) $
// Id : $Id: RandomMixture.i 1903 2011-05-23 16:19:06Z schueller $
%{
#include "RandomMixture.hxx"
%}
%include RandomMixture.hxx
namespace OpenTURNS { namespace Uncertainty { namespace Distribution { %extend RandomMixture { RandomMixture(const RandomMixture & other) { return new OpenTURNS::Uncertainty::Distribution::RandomMixture(other); } } }}}
|