This file is indexed.

/usr/include/ncarg/hlu/LogLinPlot.h is in libncarg-dev 6.3.0-6build1.

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
/*
 *      $Id: LogLinPlot.h,v 1.5 1995-04-07 10:42:43 boote Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1992			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		LogLinPlot.h
 *
 *	Author:		David Brown
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Tue Nov 16 15:18:58 MST 1993
 *
 *	Description:	Public header for LogLinPlot class.
 */

#ifndef _NLOGLINPLOT_h
#define _NLOGLINPLOT_h

#include <ncarg/hlu/PlotManager.h>

/*
 * LogLinPlot instance resources
 */

/*
 * LogLinPlot class resources
 */

extern NhlClass NhllogLinPlotClass;

#endif /*_NLOGLINPLOT_h */