Changeset 98 in CGBLisp for trunk/src/dynamics.lisp


Ignore:
Timestamp:
Feb 2, 2009, 11:55:20 AM (15 years ago)
Author:
Marek Rychlik
Message:

Removed useless RCS version info. Added missing Emacs mode lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dynamics.lisp

    r92 r98  
    11;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: Grobner; Base: 10 -*-
    22#|
    3         $Id: dynamics.lisp,v 1.7 2009/01/23 10:49:32 marek Exp $
    43  *--------------------------------------------------------------------------*
    54  |  Copyright (C) 1994, Marek Rychlik (e-mail: rychlik@math.arizona.edu)    |
     
    2827(in-package "DYNAMICS")
    2928
    30 (proclaim '(optimize (speed 3) (space 0) (safety 0) (debug 3)))
     29(proclaim '(optimize (speed 0) (space 0) (safety 3) (debug 3)))
    3130
    3231(defun poly-scalar-composition (f G &optional (order #'lex>))
Note: See TracChangeset for help on using the changeset viewer.