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 2966


Ignore:
Timestamp:
2015-06-21T14:27:57-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2965 r2966  
    229229  (:method ((object vector) &rest initargs &key &allow-other-keys)
    230230    (declare (ignore initargs))
    231     (map 'vectory #'copy-instance object)))
     231    (map 'vector #'copy-instance object)))
    232232
    233233
Note: See TracChangeset for help on using the changeset viewer.