This file is indexed.

/usr/include/dune/localfunctions/raviartthomas/raviartthomas0q3d.hh is in libdune-localfunctions-dev 2.3.1-1.

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
17
18
19
20
21
22
23
24
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_RAVIARTTHOMAS0Q3DLOCALFINITEELEMENT_HH
#define DUNE_RAVIARTTHOMAS0Q3DLOCALFINITEELEMENT_HH

#include "raviartthomas0cube3d.hh"

#warning This header is deprecated, please use\
  dune/localfunctions/raviartthomas/raviartthomas0cube3d.hh instead

namespace Dune
{
  /**
   * \deprecated This class is deprecated and will be removed after Dune 2.3.
   *             Use RT0Cube3DLocalFiniteElement instead.
   */
  template<class D, class R>
  class
  DUNE_DEPRECATED_MSG("Use RT0Cube3DLocalFiniteElement instead")
  RT0Q3DLocalFiniteElement
    : public RT0Cube3DLocalFiniteElement<D, R>
  {};
}
#endif