Changeset 3761 for branches/f4grobner
- Timestamp:
- 2016-05-27T18:31:13-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r3760 r3761 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.