Changeset 1db880 in git


Ignore:
Timestamp:
Sep 9, 2011, 4:05:27 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
88071ae3667f8573d700eb2276891527cd3400e2
Parents:
e48172b11af08005e2d025ff5a132809d88b6ea5
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 16:05:27+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:39+01:00
Message:
CHG: minor cleanup (no currRing in libpolys/*!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    re48172 r1db880  
    343343#ifdef FACTORIZE2_DEBUG
    344344    printf("start count_Factors(%d), Fdeg=%d, factor deg=%d\n",j,pTotaldegree(f),pTotaldegree(fac));
    345     p_wrp(fac,currRing);PrintLn();
     345    p_wrp(fac,r);PrintLn();
    346346#endif
    347347    On(SW_RATIONAL);
Note: See TracChangeset for help on using the changeset viewer.