/usr/include/ncarg/hlu/NcgmWorkstation.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 30 31 32 | /*
* $Id: NcgmWorkstation.h,v 1.3 1995-04-07 10:43:12 boote Exp $
*/
/************************************************************************
* *
* Copyright (C) 1992 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
************************************************************************/
/*
* File: NcgmWorkstation.h
*
* Author: Ethan Alpert
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Date: Mon Sep 14 17:03:36 MDT 1992
*
* Description: Public header for NcgmWorkstation class
*/
#ifndef _NNcgmWorkstation_h
#define _NNcgmWorkstation_h
#include <ncarg/hlu/Workstation.h>
#define NhlNwkMetaName "wkMetaName"
#define NhlCwkMetaName "WkMetaName"
extern NhlClass NhlncgmWorkstationClass;
#endif /* _NNcgmWorkstation_h */
|