repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix #4398: Fix arg order to calls to laptimes
[maxima.git]
/
share
/
affine
/
affine.lisp
blob
00afdb439f1dd885ecd54ed53e5ed15c0c58ecbb
1
(
in-package
:
maxima
)
2
3
(
load
(
combine-path
*
maxima-sharedir
*
"affine"
"affine.system"
))
4
5
(
mk
:
compile-system
"affine"
:
load-source-if-no-binary t
)
6
7
;;; affine.lisp ends here