This file is indexed.

/usr/include/trilinos/RTC_Bessel_I_RTC.hh is in libtrilinos-pamgen-dev 12.12.1-5.

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
15
16
// $Id$

#ifndef BESSEL_I_HH
#define BESSEL_I_HH


namespace PAMGEN_NEVADA{

   //! Modified Bessel function of order zero
   double Bessel_I0( double x );
   //! Modified Bessel function of order one
   double Bessel_I1( double x );

}

#endif // BESSEL_I_HH