Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
antik
gsll
Commits
4fba8e72
Commit
4fba8e72
authored
Aug 20, 2011
by
soemraws
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://repo.or.cz/gsll
parents
3f07bdd4
6297f7c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
init/init.lisp
init/init.lisp
+3
-2
No files found.
init/init.lisp
View file @
4fba8e72
;; Load GSL
;; Liam Healy Sat Mar 4 2006 - 18:53
;; Time-stamp: <2011-0
1
-1
3 09:38:45ES
T init.lisp>
;; Time-stamp: <2011-0
8
-1
9 23:29:56ED
T init.lisp>
;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -28,7 +28,7 @@
;; antik:knots means "nautical miles per hour" vs. function #'gsl:knots
;; antik:acceleration refers to the time derivative of velocity vs. object 'gsl:acceleration.
;; si units symbol-macro vs. GSLL's sine integral.
(
:shadowing-import-from
:antik
#:psi
#:knots
#:acceleration
#:si
))
(
:shadowing-import-from
:antik
#:psi
#:knots
#:si
))
(
setf
antik::*antik-user-shadow-symbols*
...
...
@@ -42,6 +42,7 @@
iterate:multiply
; GSLL function duplicates '*
antik:polar-to-rectangular
; GSLL's doesn't use vectors
antik:rectangular-to-polar
; GSLL's doesn't use vectors
antik:acceleration
;; taken from GSLL
gsll::iterate
; conflict with iterate:iterate, but iterate:iter is a synonym
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment