This file is indexed.

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

%{
#include "SORM.hxx"
%}

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