This file is indexed.

/usr/include/dune/localfunctions/rannacherturek/rannacherturek2d.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
25
26
27
28
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_RANNACHER_TUREK_2D_LOCALFINITEELEMENT_HH
#define DUNE_RANNACHER_TUREK_2D_LOCALFINITEELEMENT_HH

#ifndef DISABLE_RANNACHERTUREK2D_DEPRECATION_WARNING
#warning dune/localfunctions/rannacherturek/rannacherturek2d.hh\
  is deprecated, please use dune/localfunctions/rannacherturek/rannacherturek.hh
#endif

#include "rannacherturek.hh"

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

} // namespace Dune

#endif // #ifndef DUNE_RANNACHER_TUREK_2D_LOCALFINITEELEMENT_HH