netcdf-cxx4/cxx4/netcdf
Ed Hartnett 965b61a671 new
2011-08-17 18:56:14 +00:00

33 lines
651 B
Plaintext

//
// generic include file for the netCDF C++ API
//
extern "C" {
#include <netcdf.h>
}
#include <ncAtt.h>
#include <ncByte.h>
#include <ncChar.h>
#include <ncCheck.h>
#include <ncCompoundType.h>
#include <ncDim.h>
#include <ncDouble.h>
#include <ncEnumType.h>
#include <ncException.h>
#include <ncFile.h>
#include <ncFloat.h>
#include <ncGroup.h>
#include <ncGroupAtt.h>
#include <ncInt.h>
#include <ncInt64.h>
#include <ncOpaqueType.h>
#include <ncShort.h>
#include <ncString.h>
#include <ncType.h>
#include <ncUbyte.h>
#include <ncUint.h>
#include <ncUint64.h>
#include <ncUshort.h>
#include <ncVar.h>
#include <ncVarAtt.h>
#include <ncVlenType.h>