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 2594


Ignore:
Timestamp:
2015-06-20T00:43:14-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2593 r2594  
    119119    (with-slots ((termlist2 termlist) (order2 order))
    120120        other
     121      ;; Ensure orders are compatible
    121122      (unless (eq order1 order2)
    122123        (setf termlist2 (sort order1 termlist2)))
Note: See TracChangeset for help on using the changeset viewer.