mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
example documentation cleanup
This commit is contained in:
parent
6efc184fb3
commit
930f6e3e87
@ -1,25 +1,20 @@
|
||||
/*! \file
|
||||
|
||||
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
|
||||
2015, 2016, 2017, 2018
|
||||
University Corporation for Atmospheric Research/Unidata.
|
||||
|
||||
See \ref copyright file for more info.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/* This example program is part of Unidata's netCDF library for
|
||||
scientific data access.
|
||||
|
||||
This example shows how to create and deal with files of different
|
||||
netcdf formats (i.e. classic vs. 64-bit-offset).
|
||||
|
||||
Ed Hartnett, 7/13/4
|
||||
$Id: format.c,v 1.1 2004/07/26 14:04:42 ed Exp $
|
||||
/* Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
|
||||
2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
|
||||
2013, 2014, 2015, 2016, 2017, 2018 University Corporation for
|
||||
Atmospheric Research/Unidata. See \ref copyright file for more
|
||||
info. */
|
||||
/**
|
||||
* @file
|
||||
* This example program is part of Unidata's netCDF library for
|
||||
* scientific data access.
|
||||
*
|
||||
* This example shows how to create and deal with files of different
|
||||
* netcdf formats (i.e. classic vs. 64-bit-offset).
|
||||
*
|
||||
* @author Ed Hartnett, 7/13/4
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <netcdf.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user