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-06-05T13:05:57-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4262 r4324  
    3838(ql:quickload :fiveam)
    3939
    40 ;; Unless NGROBNER system loaded by ASDF,
    41 ;; load the dependencies directly
    42 #-ngrobner
    43 (progn
    44   (require :copy "copy")
    45   (require :ring "ring")
    46   (require :integer-ring "integer-ring")
    47   (require :monom "monom")
    48   (require :utils "utils")
    49   (require :polynomial "polynomial"))
    50 
    51 
    5240(defpackage #:5am-poly
    53   (:use :cl :it.bese.fiveam :monom :polynomial :integer-ring))
     41  (:use :cl :it.bese.fiveam :monom :polynomial :ring))
    5442
    5543(in-package :5am-poly)
Note: See TracChangeset for help on using the changeset viewer.