mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
example documentation cleanup
This commit is contained in:
parent
afff56a83b
commit
59ca5b8cec
@ -1,13 +1,15 @@
|
||||
/* This is part of the netCDF package.
|
||||
|
||||
Copyright 2018 University Corporation for Atmospheric
|
||||
Research/Unidata. See COPYRIGHT file for conditions of use.
|
||||
|
||||
This is a simple example which writes and then reads some surface
|
||||
pressure and temperatures, and stores additional metadata as
|
||||
dimension variables, an attribute.
|
||||
|
||||
$Id: sfc_pres_temp_more.c,v 1.2 2006/03/25 15:57:55 ed Exp $
|
||||
/* Copyright 2018 University Corporation for Atmospheric
|
||||
Research/Unidata. See COPYRIGHT file for conditions of use. */
|
||||
/**
|
||||
* @file
|
||||
* @ingroup tutorial
|
||||
* This is part of the netCDF package.
|
||||
*
|
||||
* This is a simple example which writes and then reads some surface
|
||||
* pressure and temperatures, and stores additional metadata as
|
||||
* dimension variables, an attribute.
|
||||
*
|
||||
* @author Ed Hartnett 2006/03/25
|
||||
*/
|
||||
#include <netcdf.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user