mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Merge pull request #929 from Unidata/gh928.wif
Replace quotes when including system includes
This commit is contained in:
commit
9a9326cd6a
@ -12,7 +12,7 @@ See \ref copyright file for copying and redistribution conditions.
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include "netcdf.h"
|
||||
#include "math.h"
|
||||
#include <math.h>
|
||||
|
||||
/** \defgroup v2_api The Version 2 API
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <nc_tests.h>
|
||||
#include "err_macros.h"
|
||||
#include "netcdf.h"
|
||||
#include "math.h"
|
||||
#include <math.h>
|
||||
|
||||
#define FILE_NAME "tst_converts2.nc"
|
||||
#define VAR_NAME "Monkey"
|
||||
|
Loading…
Reference in New Issue
Block a user