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 94


Ignore:
Timestamp:
2015-06-05T11:55:16-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner.lisp

    r72 r94  
    2020;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    2121
    22 (in-package :maxima)
    23 
    24 (macsyma-module cgb-maxima)
    25 
    26 (eval-when
    27     #+gcl (load eval)
    28     #-gcl (:load-toplevel :execute)
    29     (format t "~&Loading maxima-grobner ~a ~a~%"
    30             "$Revision: 2.0 $" "$Date: 2015/06/02 0:34:17 $"))
    31 
    32 ;;FUNCTS is loaded because it contains the definition of LCM
    33 ($load "functs")
    34 
    35 
    36 
    3722;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    3823;;
    3924;; Global switches
    40 ;; (Can be used in Maxima just fine)
     25;;
     26;; Can be used in Maxima just fine, as they observe the
     27;; Maxima naming convention, i.e. all names begin with a '$'.
    4128;;
    4229;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.