This file is indexed.

/usr/include/ncarg/hlu/MapV41DataHandler.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
/*
 *      $Id: MapV41DataHandler.h,v 1.1 1998-05-22 01:59:12 dbrown Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1992			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		MapV41DataHandler.h
 *
 *	Author:		David Brown
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Wed Apr 29 12:08:44 MDT 1998
 *
 *	Description:	This is the public header file for the
 *                      MapV41DataHandler class.
 *			The MapV41DataHandlerClass handles
 *			the new NCARG 4.1 map database for MapPlot. There
 *			may need to be separate classes for low and high
 *                      res data. This remains to be seen.
 */
#ifndef _NMapV41DataHandler_h
#define  _NMapV41DataHandler_h

#include <ncarg/hlu/MapDataHandler.h>

extern NhlClass NhlmapV41DataHandlerClass;


#endif  /*_NMapV41DataHandler_h*/