From 0416e0a44cc846bc76cd2f792dacc651b3eabffd Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sat, 7 Feb 2004 13:54:10 +0000 Subject: fix build on current --- science/netcdf4/files/patch-ncvalues.cpp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'science/netcdf4/files/patch-ncvalues.cpp') 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 // 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]; -- cgit v1.2.3