This file is indexed.

/usr/include/openturns/swig/NatafEllipticalDistributionEvaluation.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 NatafEllipticalDistributionEvaluation.i
// Author : $LastChangedBy: dutka $
// Date : $LastChangedDate: 2008-09-13 22:37:56 +0200 (Sat, 13 Sep 2008) $
// Id : $Id: NatafEllipticalDistributionEvaluation.i 929 2008-09-13 20:37:56Z dutka $

%{
#include "NatafEllipticalDistributionEvaluation.hxx"
%}

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