From f8aafdd20de7aada97c28728a24afc8da58ccaab Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 16 Sep 2005 11:51:23 +0000 Subject: [PATCH] removed signed/unsigned warning --- vcg/math/histogram.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/math/histogram.h b/vcg/math/histogram.h index ec890153..4f3c702e 100644 --- a/vcg/math/histogram.h +++ b/vcg/math/histogram.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.10 2005/06/17 00:54:55 cignoni +Corrected small bug in SetRange (H was resized to n instead of n+1) + Revision 1.9 2005/06/14 14:27:00 ganovelli added include of algorithm @@ -155,7 +158,7 @@ template void Histogram::FileWrite(const std::string &filename){ FILE *fp; fp=fopen(filename.c_str(),"w"); -for(int i=0;i