Changeset 0ffc823 in git for kernel/polys1.cc


Ignore:
Timestamp:
Feb 27, 2009, 8:30:47 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
8066e80d7cea5de772f7b10b2b1930521cb72523
Parents:
f58aa61ada5934435d94d1d486fb70912543c11a
Message:
*levandov: early unit detection in rational GB


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

Legend:

Unmodified
Added
Removed
  • kernel/polys1.cc

    rf58aa6 r0ffc823  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys1.cc,v 1.36 2009-02-26 14:30:23 Singular Exp $ */
     4/* $Id: polys1.cc,v 1.37 2009-02-27 19:30:47 levandov Exp $ */
    55
    66/*
     
    10581058    if (rIsRatGRing(currRing))
    10591059    {
     1060      /* quick unit detection in the rational case is done in gr_nc_bba */
    10601061      pContentRat(ph);
    10611062      start=ph;
Note: See TracChangeset for help on using the changeset viewer.