This file is indexed.

/usr/include/ncarg/hlu/CnStdRenderer.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
/*
 *      $Id: CnStdRenderer.h,v 1.1 2004-03-11 02:00:18 dbrown Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1992			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		CnStdRenderer.h
 *
 *	Author:		David Brown
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Tue Sep 23 16:54:07 MDT 2003
 *
 *	Description:	Public header for CnStdRenderer class.
 */

#ifndef _NCNSTDRENDERER_h
#define _NCNSTDRENDERER_h

#include <ncarg/hlu/CnRenderer.h>

extern NhlClass			NhlcnStdRendererClass;

#endif /*_NCNSTDRENDERER_h */