/usr/include/ncarg/ncl/NclAdvancedGroup.h is in libncarg-dev 6.3.0-13.
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 36 37 38 39 | /*
* $Id: NclAdvancedGroup.h 15835 2014-12-02 17:22:03Z huangwei $
*/
/************************************************************************
* *
* Copyright (C) 2010 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
************************************************************************/
/*
* File:
*
* Author: Wei Hunag
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Description:
*/
#ifndef NclAdvancedGroup_h
#define NclAdvancedGroup_h
#include "NclData.h"
#include "NclFile.h"
#include "NclAdvancedFile.h"
#include "NclFileInterfaces.h"
extern NclAdvancedFile _NclAdvancedGroupCreate(NclObj inst,
NclObjClass theclass,
NclObjTypes obj_type,
unsigned int obj_type_mask,
NclStatus status,
NclFile file_in,
NclQuark group_name);
/*
static void UpdateAdvancedGroupDims(NclAdvancedFile group_out, NclFileGrpNode *grpnode);
*/
#endif /* NclAdvancedGroup_h */
|