Changeset b22f61 in git for libfac/factor/homogfactor.cc


Ignore:
Timestamp:
Apr 9, 2008, 11:41:48 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
67b4f7c47997d25a6fc4965119444c0e0dddaca3
Parents:
f307021ad1ffaabeac4f3f688f2140c724143680
Message:
*hannes: removed debug code


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

Legend:

Unmodified
Added
Removed
  • libfac/factor/homogfactor.cc

    rf30702 rb22f61  
    11/* Copyright 1997 Michael Messollen. All rights reserved. */
    22////////////////////////////////////////////////////////////
    3 // $Id: homogfactor.cc,v 1.10 2008-04-08 16:19:10 Singular Exp $
     3// $Id: homogfactor.cc,v 1.11 2008-04-09 09:41:48 Singular Exp $
    44////////////////////////////////////////////////////////////
    55// FACTORY - Includes
     
    142142  DEBINCLEVEL(CERR, "HomogFactor");
    143143  Variable xn = get_max_degree_Variable(g);
    144   out_cf("HomogFactor:",g,"\n");
     144  //out_cf("HomogFactor:",g,"\n");
    145145  int d_xn = degree(g,xn);
    146146  CanonicalForm F = g(1,xn);
     
    149149  DEBOUTLN(CERR, "d_xn=   ", d_xn);
    150150  DEBOUTLN(CERR, "F= ", F); 
    151   out_cf("HomogFactor:subst ",F,"\n");
     151  //out_cf("HomogFactor:subst ",F,"\n");
    152152
    153153  // should we do this for low degree polys g ? e.g. quadratic?
     
    197197      unhomogelem= homogenize(j.getItem().factor(),xn);
    198198      DEBOUTLN(CERR, "      that is ", unhomogelem);
    199       out_cf("unhomogelem:",unhomogelem,"\n");
     199      //out_cf("unhomogelem:",unhomogelem,"\n");
    200200      Unhomoglist.append(CFFactor(unhomogelem,j.getItem().exp()));
    201201      d_xn -= degree(unhomogelem,xn)*j.getItem().exp();
     
    212212/*
    213213$Log: not supported by cvs2svn $
     214Revision 1.10  2008/04/08 16:19:10  Singular
     215*hannes: removed rcsid
     216
    214217Revision 1.9  2008/03/18 17:46:16  Singular
    215218*hannes: gcc 4.2
Note: See TracChangeset for help on using the changeset viewer.