This file is indexed.

/usr/include/trilinos/EpetraExt_Utils.h is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.

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
#ifndef EPETRAEXT_UTILS_H
#define EPETRAEXT_UTILS_H

namespace EpetraExt
{
  std::string toString(const int& x);
  std::string toString(const unsigned int& x);
  std::string toString(const double& x);
}

#endif