This file is indexed.

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

%{
#include "NatafEllipticalCopulaEvaluation.hxx"
%}

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