/usr/share/ncarg/hluex/tickmark/tm03c.h is in libncarg-data 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 | /************************************************************************
* *
* Copyright (C) 1995 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
************************************************************************/
/*
* File: tm03c.h
*
* Author: Bob Lackman
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Date: Fri Jan 06 18:31:18 MDT 1995
*
* Description: Demonstrates the TickMark Object.
*/
float level[] = { 1000, 850, 700, 500, 400, 300, 250, 200, 150, 100} ;
|