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 468


Ignore:
Timestamp:
2015-06-06T20:29:38-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r466 r468  
    2828(defpackage "GROBNER-DEBUG"
    2929  (:use :cl)
    30   (:export "DEBUG-CGB"))
     30  (:export "$POLY_GROBNER_DEBUG" "DEBUG-CGB"))
    3131
    3232(in-package :grobner-debug)
     33
     34(defvar $poly_grobner_debug nil
     35  "If set to TRUE, produce debugging and tracing output.")
    3336
    3437(defmacro debug-cgb (&rest args)
Note: See TracChangeset for help on using the changeset viewer.