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.

Changeset 3761


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

* empty log message *

File:
1 edited

Legend:

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

    r3760 r3761  
    4444       (load "ngrobner.asd")
    4545       (asdf:load-system :ngrobner)
    46        (format t "... Successfully loaded NGROBNER via ASDF!"))
     46       (format t "... Successfully loaded NGROBNER via ASDF!~&"))
    4747  ;; 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.~&")
    4949  (require :copy "copy")
    5050  (require :monom "monom")
Note: See TracChangeset for help on using the changeset viewer.