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 2878


Ignore:
Timestamp:
2015-06-21T11:33:09-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2877 r2878  
    214214      (apply #'reinitialize-instance copy initargs))))
    215215
     216;; Source: http://stackoverflow.com/questions/11067899/is-there-a-generic-method-for-cloning-clos-objects
    216217(defun shallow-copy-object (original)
    217218  (let* ((class (class-of original))
Note: See TracChangeset for help on using the changeset viewer.