gnumeric r16800 - trunk/src/tools



Author: guelzow
Date: Tue Sep 16 07:47:04 2008
New Revision: 16800
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16800&view=rev

Log:
2008-09-15  Andreas J. Guelzow <aguelzow pyrshep ca>

	* analysis-histogram.c (analysis_tool_histogram_engine_run): 
	  fix typo




Modified:
   trunk/src/tools/ChangeLog
   trunk/src/tools/analysis-histogram.c

Modified: trunk/src/tools/analysis-histogram.c
==============================================================================
--- trunk/src/tools/analysis-histogram.c	(original)
+++ trunk/src/tools/analysis-histogram.c	Tue Sep 16 07:47:04 2008
@@ -209,7 +209,7 @@
 
 	/* insert formulas for histogram values */
 
-	if (info->bin_type & bintype_p_inf_lower) {
+	if (info->bin_type & bintype_no_inf_lower) {
 		from = GNM_EXPR_OP_LTE;
 		to = GNM_EXPR_OP_GT;
 	} else {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]