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 4327


Ignore:
Timestamp:
2016-06-05T18:36:07-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ngrobner.asd

    r4299 r4327  
    1313    :licence "LLGPL"
    1414    :components ((:file "copy")
    15                  (:file "utils")
     15                 (:file "utils" :depends-on ("copy"))
    1616                 (:file "ring")
    17                  (:file "rational-field")
    18                  (:file "integer-ring")
     17                 (:file "rational-field" :depends-on ("ring"))
     18                 (:file "integer-ring" :depends-on ("rational-field" "ring"))
    1919                 (:file "monom")
    2020                 (:file "polynomial")
Note: See TracChangeset for help on using the changeset viewer.