This file is indexed.

/usr/include/openturns/swig/Multinomial.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 Multinomial.i
// Author : $LastChangedBy: souchaud $
// Date : $LastChangedDate: 2011-04-08 16:22:33 +0200 (Fri, 08 Apr 2011) $
// Id : $Id: Multinomial.i 1863 2011-04-08 14:22:33Z souchaud $

%{
#include "Multinomial.hxx"
%}

%include Multinomial.hxx
namespace OpenTURNS { namespace Uncertainty { namespace Distribution { %extend Multinomial { Multinomial(const Multinomial & other) { return new OpenTURNS::Uncertainty::Distribution::Multinomial(other); } } }}}