/* This example program is part of Unidata's netCDF library for scientific data access. How about a short, but meaningful, netCDF program? Ed Hartnett, 6/19/4 */ #include #include #include int main() { return 0; }