diff gmean/gmean.c @ 46:3b9611f1b048

Some updates.
author Sjoerd Mullender <sjoerd@acm.org>
date Fri, 11 Jun 2021 10:02:09 +0200 (2021-06-11)
parents 1cfe9d8a07e8
children c8140b1fabf5
line wrap: on
line diff
--- a/gmean/gmean.c	Fri Jun 11 09:09:43 2021 +0200
+++ b/gmean/gmean.c	Fri Jun 11 10:02:09 2021 +0200
@@ -111,7 +111,7 @@
 		throw(MAL, "gmean.gmean", "%s\n", err);
 	}
 
-	/* create a result BAT and initialize it with all NILs */
+	/* create a result BAT and initialize it with all zeros */
 	bn = BATconstant(min, TYPE_dbl, &(dbl){0}, ngrp, TRANSIENT);
 	if (bn == NULL) {
 		BBPunfix(b->batCacheid);