From 149e17d148ce48d23c0837527d96ca49d8836c52 Mon Sep 17 00:00:00 2001 From: Panayotis Skordos Date: Sun, 13 Dec 1987 00:12:39 +0000 Subject: [PATCH] fixed histogram --- v7/src/microcode/array.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/array.c b/v7/src/microcode/array.c index 329b656bf..55c3dad90 100644 --- a/v7/src/microcode/array.c +++ b/v7/src/microcode/array.c @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.c,v 9.25 1987/12/12 22:06:42 pas Exp $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.c,v 9.26 1987/12/13 00:12:39 pas Rel $ */ /* CONTAINS: */ /* Scheme_Array constructors, and selectors */ @@ -630,8 +630,9 @@ void C_Array_Make_Histogram(Array, Length, Histogram, npoints) Find_Offset_Scale_For_Linear_Map(Min,Max, 0.0, ((REAL) npoints), &Offset, &Scale); for (i=0;i