[lisplab-cvs] r11 - src

Jørn Inge Vestgården jivestgarden at common-lisp.net
Tue Apr 14 17:58:37 UTC 2009


Author: jivestgarden
Date: Tue Apr 14 13:58:36 2009
New Revision: 11

Log:
minor change

Modified:
   src/level1-blas-real.lisp

Modified: src/level1-blas-real.lisp
==============================================================================
--- src/level1-blas-real.lisp	(original)
+++ src/level1-blas-real.lisp	Tue Apr 14 13:58:36 2009
@@ -52,7 +52,6 @@
 				     (truly-the type-blas-idx col)
 				     rows))))
 
-
 (defun (setf ref-blas-real-store) (value store row col rows)
   (setf (aref (truly-the type-blas-store store)
 	      (truly-the type-blas-idx 




More information about the lisplab-cvs mailing list