Skip to content
Snippets Groups Projects
Commit a27a80a1 authored by Liam Healy's avatar Liam Healy
Browse files

Revert the histogram change

Revert the last histogram change because GSD has been changed so that
the gref compiler macro does not take effect except for foreign-array
types.
parent de942c32
No related branches found
No related tags found
No related merge requests found
;; Updating and accessing histogram elements. ;; Updating and accessing histogram elements.
;; Liam Healy, Mon Jan 1 2007 - 14:43 ;; Liam Healy, Mon Jan 1 2007 - 14:43
;; Time-stamp: <2010-11-13 19:26:08EST updating-accessing.lisp> ;; Time-stamp: <2010-11-14 17:46:45EST updating-accessing.lisp>
;; ;;
;; Copyright 2007, 2008, 2009 Liam M. Healy ;; Copyright 2007, 2008, 2009 Liam M. Healy
;; Distributed under the terms of the GNU General Public License ;; Distributed under the terms of the GNU General Public License
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
histograms for a small range of a larger dataset, ignoring the values histograms for a small range of a larger dataset, ignoring the values
outside the range of interest.") outside the range of interest.")
(defmfun grid:gref* ((histogram histogram) index) (defmfun grid:gref ((histogram histogram) &rest indices)
"gsl_histogram_get" "gsl_histogram_get"
(((mpointer histogram) :pointer) (index sizet)) (((mpointer histogram) :pointer) ((first indices) sizet))
:definition :method :definition :method
:c-return :double :c-return :double
:index grid:gref :index grid:gref
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment