close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Ignore:
Timestamp:
2016-05-27T18:29:12-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-poly.lisp

    r3757 r3758  
    3838(ql:quickload :fiveam)
    3939
    40 ;; Load system ngrobner via ASD
    4140(unwind-protect
     41     ;; Load system ngrobner via ASDF
    4242     (progn
    4343       (require :asdf)
    4444       (load "ngrobner.asd")
    45        (asdf:load-system :ngrobner))
     45       (asdf:load-system :ngrobner)
     46       (format t "Loaded NGROBNER via ASDF")
    4647  ;; Or load manually
    4748  (require :copy "copy")
Note: See TracChangeset for help on using the changeset viewer.