- Timestamp:
- 2016-05-27T18:31:26-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r3761 r3762 44 44 (load "ngrobner.asd") 45 45 (asdf:load-system :ngrobner) 46 (format t "... Successfully loaded NGROBNER via ASDF!~ &"))46 (format t "... Successfully loaded NGROBNER via ASDF!~%")) 47 47 ;; Or load manually 48 (format t "Could not load NGROBNER via ASDF, attempting manually loading dependencies.~ &")48 (format t "Could not load NGROBNER via ASDF, attempting manually loading dependencies.~%") 49 49 (require :copy "copy") 50 50 (require :monom "monom")
Note:
See TracChangeset
for help on using the changeset viewer.