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 560


Ignore:
Timestamp:
2015-06-06T22:42:30-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r559 r560  
    4343    #+gcl (load eval)
    4444    #-gcl (:load-toplevel :execute)
    45     (or (find-package "MAXIMA") (make-package "MAXIMA")))
     45    (defpackage "MAXIMA" (:use :cl)))
    4646
    4747(in-package :maxima)
Note: See TracChangeset for help on using the changeset viewer.