This file is indexed.

/usr/include/openturns/swig/Object.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 Object.i
// Author : $LastChangedBy: dutka $
// Date : $LastChangedDate: 2009-02-12 14:29:13 +0100 (Thu, 12 Feb 2009) $
// Id : $Id: Object.i 1132 2009-02-12 13:29:13Z dutka $

%{
#include "Object.hxx"
%}

%include Object.hxx
namespace OpenTURNS{ namespace Base { namespace Common { %extend Object { Object(const Object & other) { return new OpenTURNS::Base::Common::Object(other); } } }}}