This file is indexed.

/usr/include/xylib/rigaku_dat.h is in libxy-dev 0.8-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
// Rigaku .dat format - powder diffraction data from Rigaku diffractometers
// Licence: Lesser GNU Public License 2.1 (LGPL)
// $Id: rigaku_dat.h 485 2009-05-11 01:02:17Z wojdyr $

// Implementation based on the analysis of the sample files.

#ifndef XYLIB_RIGAKU_DAT_H_
#define XYLIB_RIGAKU_DAT_H_
#include "xylib.h"


namespace xylib {

    class RigakuDataSet : public DataSet
    {
        OBLIGATORY_DATASET_MEMBERS(RigakuDataSet)
    };

} // namespace

#endif // XYLIB_RIGAKU_DAT_H_