parent
67e50c7b33
commit
72fa52a8ee
@ -0,0 +1,21 @@
|
|||||||
|
--- netcdf-3.6.2/cxx/ncvalues.cpp.gcc43 2006-12-29 09:38:56.000000000 -0700
|
||||||
|
+++ netcdf-3.6.2/cxx/ncvalues.cpp 2008-04-02 13:45:39.000000000 -0600
|
||||||
|
@@ -9,7 +9,7 @@
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
#include <iostream>
|
||||||
|
-#include <string>
|
||||||
|
+#include <cstring>
|
||||||
|
|
||||||
|
#include "ncvalues.h"
|
||||||
|
|
||||||
|
--- netcdf-3.6.2/examples/CXX/sfc_pres_temp_rd.cpp.gcc43 2007-01-19 05:52:13.000000000 -0700
|
||||||
|
+++ netcdf-3.6.2/examples/CXX/sfc_pres_temp_rd.cpp 2008-04-02 13:46:08.000000000 -0600
|
||||||
|
@@ -18,6 +18,7 @@
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <netcdfcpp.h>
|
||||||
|
+#include <cstring>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
@ -1,22 +0,0 @@
|
|||||||
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;
|
|
||||||
|
|
Loading…
Reference in new issue