You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
743 B
23 lines
743 B
diff -urN netcdf-3.6.2/cxx/ncvalues.cpp netcdf-3.6.2-NEW/cxx/ncvalues.cpp
|
|
--- netcdf-3.6.2/cxx/ncvalues.cpp 2006-12-29 11:38:56.000000000 -0500
|
|
+++ netcdf-3.6.2-NEW/cxx/ncvalues.cpp 2008-02-20 21:28:28.000000000 -0500
|
|
@@ -10,6 +10,7 @@
|
|
#include <config.h>
|
|
#include <iostream>
|
|
#include <string>
|
|
+#include <string.h>
|
|
|
|
#include "ncvalues.h"
|
|
|
|
diff -urN netcdf-3.6.2/examples/CXX/sfc_pres_temp_rd.cpp netcdf-3.6.2-NEW/examples/CXX/sfc_pres_temp_rd.cpp
|
|
--- netcdf-3.6.2/examples/CXX/sfc_pres_temp_rd.cpp 2007-01-19 07:52:13.000000000 -0500
|
|
+++ netcdf-3.6.2-NEW/examples/CXX/sfc_pres_temp_rd.cpp 2008-02-20 21:48:24.000000000 -0500
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include <iostream>
|
|
#include <netcdfcpp.h>
|
|
+#include <string.h>
|
|
|
|
using namespace std;
|
|
|