Changeset 8 in CGBLisp for src/dynamics.lisp


Ignore:
Timestamp:
Jan 26, 2009, 10:23:33 PM (15 years ago)
Author:
Marek Rychlik
Message:

Moving sources into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/dynamics.lisp

    r1 r8  
    2828(in-package "DYNAMICS")
    2929
    30 #+debug(proclaim '(optimize (speed 0) (debug 3)))
    31 #-debug(proclaim '(optimize (speed 3) (debug 0)))
     30(proclaim '(optimize (speed 0) (debug 3)))
    3231
    3332(defun poly-scalar-composition (f G &optional (order #'lex>))
Note: See TracChangeset for help on using the changeset viewer.