From ad53767497833ebe0cd03a9a0ef05718daa98cae Mon Sep 17 00:00:00 2001
From: "Liam M. Healy" <lnp@healy.washington.dc.us>
Date: Tue, 7 May 2013 19:14:23 -0400
Subject: [PATCH] Comment for future work on histogram

---
 histogram/histogram.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/histogram/histogram.lisp b/histogram/histogram.lisp
index 45b16690..dee1e6db 100644
--- a/histogram/histogram.lisp
+++ b/histogram/histogram.lisp
@@ -1,8 +1,8 @@
 ;; The histogram structure
 ;; Liam Healy, Mon Jan  1 2007 - 11:32
-;; Time-stamp: <2012-01-13 12:01:28EST histogram.lisp>
+;; Time-stamp: <2013-05-03 15:46:46EDT histogram.lisp>
 ;;
-;; Copyright 2007, 2008, 2009, 2010, 2011 Liam M. Healy
+;; Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013 Liam M. Healy
 ;; Distributed under the terms of the GNU General Public License
 ;;
 ;; This program is free software: you can redistribute it and/or modify
@@ -29,6 +29,7 @@
     "gsl_histogram"
   ((number-of-bins :sizet))
   "one-dimensional histogram, including bin boundaries and bin contents"
+  ;; Need to be able to add to docstring: 'ranges argument is a range for each bin, array of length 1+ number of bins.
   :initialize-suffix "set_ranges"
   :initialize-args (((grid:foreign-pointer ranges) :pointer) ((dim0 ranges) :sizet)))
 
-- 
GitLab