Changeset bad294 in git


Ignore:
Timestamp:
Feb 1, 2007, 5:20:44 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
db70a23edf7040a3fa40d7ac55c0c84cd08b970e
Parents:
c591ad0eb4ed9f5be86c0c85d2412be2ad6be556
Message:
*hannes: cring test removed


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    rc591ad0 rbad294  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.45 2007-01-11 17:04:40 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.46 2007-02-01 16:20:44 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    25182518void superenterpairs (poly h,int k,int ecart,int pos,kStrategy strat, int atR)
    25192519{
    2520   if (currRing->cring == 1)
    2521   {
     2520  assume (currRing->cring == 1)
    25222521    // enter also zero divisor * poly, if this is non zero and of smaller degree
    25232522    enterExtendedSpoly(h, strat);
    25242523    initenterpairsRing(h, k, ecart, 0, strat, atR);
    2525   }
    2526   else
    2527   {
    2528     initenterpairs(h, k, ecart, 0, strat, atR);
    2529   }
    2530   clearSbatch(h, k, pos, strat);
     2524    clearSbatch(h, k, pos, strat);
    25312525}
    25322526#endif
Note: See TracChangeset for help on using the changeset viewer.