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 466


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

* empty log message *

File:
1 edited

Legend:

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

    r464 r466  
    3030  (:export "DEBUG-CGB"))
    3131
     32(in-package :grobner-debug)
     33
    3234(defmacro debug-cgb (&rest args)
    3335  `(when $poly_grobner_debug (format *terminal-io* ,@args)))
Note: See TracChangeset for help on using the changeset viewer.