diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-07 13:54:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-07 13:54:10 +0000 |
commit | 0416e0a44cc846bc76cd2f792dacc651b3eabffd (patch) | |
tree | 278c767bc295d3647245c838ab1fbb90a4f60ef0 /science/netcdf4/files/patch-ncvalues.cpp | |
parent | - Use SIZE (diff) |
fix build on current
Notes
Notes:
svn path=/head/; revision=100245
Diffstat (limited to 'science/netcdf4/files/patch-ncvalues.cpp')
-rw-r--r-- | science/netcdf4/files/patch-ncvalues.cpp | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/science/netcdf4/files/patch-ncvalues.cpp b/science/netcdf4/files/patch-ncvalues.cpp index 7dbb0bca2d02..34e6f1f636a4 100644 --- a/science/netcdf4/files/patch-ncvalues.cpp +++ b/science/netcdf4/files/patch-ncvalues.cpp @@ -1,6 +1,14 @@ ---- cxx/ncvalues.cpp.orig Wed Dec 23 02:21:49 1998 -+++ cxx/ncvalues.cpp Tue Oct 1 10:27:32 2002 -@@ -310,7 +310,11 @@ +--- cxx/ncvalues.cpp.orig Tue Dec 22 19:21:49 1998 ++++ cxx/ncvalues.cpp Sat Feb 7 13:34:17 2004 +@@ -7,7 +7,6 @@ + * $Header: /upc/share/CVS/netcdf-3/cxx/ncvalues.cpp,v 1.3 1998/12/22 18:21:49 russ Exp $ + *********************************************************************/ + +-#include <iostream.h> // for debugging + #include "ncvalues.h" + + NcValues::NcValues( void ) : the_number(0), the_type(ncNoType) +@@ -310,7 +309,11 @@ os << the_values[i] << ", "; if (the_number > 0) os << the_values[the_number-1] ; @@ -12,7 +20,7 @@ return os; } -@@ -322,6 +326,10 @@ +@@ -322,6 +325,10 @@ os << the_values[i] << ", "; if (the_number > 0) os << the_values[the_number-1]; |