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
cab5458c2e
commit
6c89b7a4b9
@ -1,4 +1,4 @@
|
||||
/* Copyright 2018 University Corporation for Atmospheric
|
||||
/* Copyright 2019 University Corporation for Atmospheric
|
||||
Research/Unidata. See COPYRIGHT file for conditions of use. */
|
||||
/**
|
||||
* @file
|
||||
|
@ -1,13 +1,15 @@
|
||||
/*! \file
|
||||
A simple example of writing a netCDF file.
|
||||
|
||||
This example writes some surface pressure and temperatures. It is
|
||||
intended to illustrate the use of the netCDF C API. The companion
|
||||
program sfc_pres_temp_rd.c shows how to read the netCDF data file
|
||||
created by this program.
|
||||
|
||||
Copyright 2018 University Corporation for Atmospheric
|
||||
Research/Unidata. See COPYRIGHT file for conditions of use.
|
||||
/* Copyright 2019 University Corporation for Atmospheric
|
||||
Research/Unidata. See COPYRIGHT file for conditions of use. */
|
||||
/**
|
||||
* @file
|
||||
* A simple example of writing a netCDF file.
|
||||
*
|
||||
* This example writes some surface pressure and temperatures. It is
|
||||
* intended to illustrate the use of the netCDF C API. The companion
|
||||
* program sfc_pres_temp_rd.c shows how to read the netCDF data file
|
||||
* created by this program.
|
||||
*
|
||||
* @author Ed Hartnett
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user