[cl-gsl-cvs] CVS update: cl-gsl/vector.lisp
cl-gsl-cvs at common-lisp.net
cl-gsl-cvs at common-lisp.net
Sat Apr 30 22:37:00 UTC 2005
Update of /project/cl-gsl/cvsroot/cl-gsl
In directory common-lisp.net:/tmp/cvs-serv4279
Modified Files:
vector.lisp
Log Message:
Added a TODO note.
Date: Sun May 1 00:37:00 2005
Author: edenny
Index: cl-gsl/vector.lisp
diff -u cl-gsl/vector.lisp:1.9 cl-gsl/vector.lisp:1.10
--- cl-gsl/vector.lisp:1.9 Fri Apr 22 04:40:54 2005
+++ cl-gsl/vector.lisp Sun May 1 00:37:00 2005
@@ -25,6 +25,7 @@
(size :accessor size :initarg :size)
(element-type :accessor element-type :initarg :element-type)))
+;; TODO: have a (defmethod initialize-instance : after) that calls alloc?
(defclass gsl-vector-double-float (gsl-vector) ())
(defclass gsl-vector-single-float (gsl-vector) ())
More information about the Cl-gsl-cvs
mailing list