Changeset e7f5ac in git


Ignore:
Timestamp:
Sep 23, 2008, 2:18:45 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
040d28cacce3a8a9665322d46de21e8b0b452c8a
Parents:
00142a809efe227a5c58f2d1a8e78688300294b4
Message:
*hannes: no debug


git-svn-id: file:///usr/local/Singular/svn/trunk@11076 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.cc

    r00142a re7f5ac  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_algorithm.cc,v 1.15 2008-09-23 11:46:54 Singular Exp $ */
     2/* $Id: cf_algorithm.cc,v 1.16 2008-09-23 12:18:45 Singular Exp $ */
    33
    44//{{{ docu
     
    125125    else { l = 1; }
    126126    d= dr-dv+1;
    127     out_cf("psr(",rr," ");
    128     out_cf("",vv," ");
    129     printf(" var=%d\n",x.level());
     127    //out_cf("psr(",rr," ");
     128    //out_cf("",vv," ");
     129    //printf(" var=%d\n",x.level());
    130130    while ( ( dv <= dr  ) && ( !r.isZero()) )
    131131    {
Note: See TracChangeset for help on using the changeset viewer.