This file is indexed.

/usr/include/ncarg/hlu/MeshScalarField.h is in libncarg-dev 6.2.0-3+b1.

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
36
37
38
39
40
/*
 *      $Id: MeshScalarField.h,v 1.1 2004-07-23 21:24:55 dbrown Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1993			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		MeshScalarField.h
 *
 *	Author:		David I. Brown
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Wed Jun 23 18:48:07 MDT 2004
 *
 *	Description:	Public declarations for MeshScalarField object.
 */
#ifndef _NMeshScalarField_h
#define _NMeshScalarField_h
#include <ncarg/hlu/ScalarField.h>

#define NhlNsfElementNodes 	"sfElementNodes"
#define NhlNsfNodeIndexes	"sfNodeIndexes"
#define NhlNsfFirstNodeIndex    "sfFirstNodeIndex"
#define NhlNsfXCellBounds       "sfXCellBounds"
#define NhlNsfYCellBounds       "sfYCellBounds"

#define NhlCsfElementNodes 	"SfElementNodes"
#define NhlCsfNodeIndexes	"SfNodeIndexes"
#define NhlCsfFirstNodeIndex    "SfFirstNodeIndex"
#define NhlCsfXCellBounds       "SfXCellBounds"
#define NhlCsfYCellBounds       "SfYCellBounds"

extern NhlClass NhlmeshScalarFieldClass;

#endif /*_NMeshScalarField_h */