/usr/include/ncarg/hlu/SphericalTransObj.h is in libncarg-dev 6.1.2-7.
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 | /*
* $Id: SphericalTransObj.h,v 1.1 2002-07-02 01:26:41 dbrown Exp $
*/
/************************************************************************
* *
* Copyright (C) 2002 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
************************************************************************/
/*
* File: SphericalTransObj.h
*
* Author: David I. Brown
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Date: Wed Jun 12 12:13:08 MDT 2002
*
* Description:
*/
#ifndef _NSphericalTransObj_h
#define _NSphericalTransObj_h
#include <ncarg/hlu/TransObj.h>
extern NhlClass NhlsphericalTransObjClass;
#endif /* _NSphericalTransObj_h */
|