This file is indexed.

/usr/include/dune/grid-glue/adapter/gridglue.hh is in libdune-grid-glue-dev 2.4.0-1build1.

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

#warning This header is deprecated, use <dune/grid-glue/gridglue.hh>

#include <dune/grid-glue/gridglue.hh>

using Dune::GridGlue::GridGlue;

#endif