[lisplab-cvs] r53 - src/fft
Jørn Inge Vestgården
jivestgarden at common-lisp.net
Tue Jun 9 19:24:32 UTC 2009
Author: jivestgarden
Date: Tue Jun 9 15:24:26 2009
New Revision: 53
Log:
renamed file
Added:
src/fft/level3-fft-zge.lisp
- copied unchanged from r50, /src/fft/level3-fft-blas.lisp
Removed:
src/fft/level3-fft-blas.lisp
Modified:
lisplab.asd
Modified: lisplab.asd
==============================================================================
--- lisplab.asd (original)
+++ lisplab.asd Tue Jun 9 15:24:26 2009
@@ -87,7 +87,7 @@
:components
(
(:file "level3-fft-interface")
- (:file "level3-fft-blas")))
+ (:file "level3-fft-zge")))
;;
;; Euler and Runge-Kutt solvers (Level 3)
More information about the lisplab-cvs
mailing list