This file is indexed.

/usr/include/openturns/swig/Path.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
12
13
14
// SWIG file Path.i
// Author : $LastChangedBy: souchaud $
// Date : $LastChangedDate: 2009-07-10 16:45:58 +0200 (ven. 10 juil. 2009) $
// Id : $Id: Path.i 1305 2009-07-10 14:45:58Z souchaud $

%{
#include "Path.hxx"
%}

%template(DirectoryList) std::vector<OpenTURNS::FileName>;

%include Path.hxx

namespace OpenTURNS{ namespace Base { namespace Common { %extend Path { Path(const Path & other) { return new OpenTURNS::Base::Common::Path(other); } } }}}