This file is indexed.

/usr/include/deal.II/numerics/mesh_worker_vector_selector.inst.in is in libdeal.ii-dev 6.3.1-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
//---------------------------------------------------------------------------
//    $Id: fe_field_function.inst.in 19046 2009-07-08 19:30:23Z bangerth $
//
//    Copyright (C) 2009 by the deal.II authors
//
//    This file is subject to QPL and may not be  distributed
//    without copyright and license information. Please refer
//    to the file deal.II/doc/license.html for the  text  and
//    further information on this license.
//
//---------------------------------------------------------------------------


for (VECTOR : SERIAL_VECTORS)
{
  template class VectorData<VECTOR,deal_II_dimension>;
}