Skip to content
Snippets Groups Projects
Commit d2de9d52 authored by liam's avatar liam
Browse files

Rename structures.lisp to number-conversion.lisp.

git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3164 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
parent 91947e9c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
; description: Definition of GSLL system
; date:
; author: Liam Healy
; modified: Mon Jan 1 2007 - 11:38
; modified: Mon Jan 1 2007 - 12:10
;********************************************************
;;; $Id: $
......@@ -19,7 +19,7 @@
:components
((:file "init")
(:file "utility" :depends-on (init))
(:file "structures" :depends-on (init))
(:file "number-conversion" :depends-on (init))
(:file "interface" :depends-on (init))
;; http://www.cs.northwestern.edu/academics/courses/325/readings/lisp-unit.html
(:file "lisp-unit")
......
;********************************************************
; file: structures.lisp
; description: Common structures defined by GSL.
; file: number-conversion.lisp
; description: Conversion of numbers C->CL
; date: Sun May 28 2006 - 22:04
; author: Liam M. Healy
; modified: Mon Jan 1 2007 - 11:35
; modified: Mon Jan 1 2007 - 12:10
;********************************************************
;;; $Id: $
......
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