Skip to content

Commit

Permalink
Merge branch 'master' into gh479-conflict-resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 18, 2018
2 parents ee9537b + 9a9326c commit d7ead42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libdispatch/dv2i.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nc_test4/tst_converts2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d7ead42

Please sign in to comment.