This file is indexed.

/usr/include/dune/grid/io/visual/grape/grapehmesh.hh is in libdune-grid-dev 2.2.1-2.

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
29
30
31
32
33
34
35
#ifndef GRAPE_GRAPEHMESH_HH_INCLUDED
#define GRAPE_GRAPEHMESH_HH_INCLUDED

#if HAVE_GRAPE

#ifndef GRAPE_DIM
#define GRAPE_DIM 2 
#endif

#ifndef GRAPE_DIMWORLD
#define GRAPE_DIMWORLD 2 
#endif

#undef __GRAPE_HMESH_H__
#undef __GRAPE_ELDESC_H__ 
#undef __GRAPE_HMESH_C__

#include "ghmesh.cc"

#if GRAPE_DIM == 3
#define G_CPP
#undef __GRAPE_PARTITIONDISPLAY_HH_
#include "partitiondisplay.cc"
#undef G_CPP
#endif

#undef GRAPE_DIM  
#undef GRAPE_DIMWORLD  

#undef HMesh 
#undef GenMesh 
#undef GrapeMesh 
#endif

#endif