Changeset fc8c5f in git


Ignore:
Timestamp:
Aug 10, 1999, 5:19:53 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5f5e2b8cc93bf9b4b5c99b57bc595bbb31bae87f
Parents:
e0d7335e4a8c0122a7bdf7265b0a806bfae52e94
Message:
*hannes: added (some?) missing ring to spSet


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

Legend:

Unmodified
Added
Removed
  • Singular/spolys.cc

    re0d733 rfc8c5f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: spolys.cc,v 1.20 1999-05-10 15:10:56 Singular Exp $ */
     4/* $Id: spolys.cc,v 1.21 1999-08-10 15:19:53 Singular Exp $ */
    55
    66/*
     
    3636poly (*spSpolyRedNew)(poly p1, poly p2,poly spNoether,
    3737                      spSpolyLoopProc spSpolyLoop);
    38 poly (*spSpolyCreate)(poly p1, poly p2,poly spNoether, 
     38poly (*spSpolyCreate)(poly p1, poly p2,poly spNoether,
    3939                      spSpolyLoopProc SpolyLoop);
    4040poly (*spSpolyShortBba)(poly p1, poly p2);
     
    257257* do not destroy p1, but p2
    258258*/
    259 static poly spPSpolyRed(poly p1, poly p2,poly spNoether, 
     259static poly spPSpolyRed(poly p1, poly p2,poly spNoether,
    260260                        spSpolyLoopProc SpolyLoop)
    261261{
     
    351351* do not destroy p1 and p2
    352352*/
    353 static poly spPSpolyCreate(poly p1, poly p2,poly spNoether, 
     353static poly spPSpolyCreate(poly p1, poly p2,poly spNoether,
    354354                           spSpolyLoopProc SpolyLoop)
    355355{
     
    794794void spSet(ring r)
    795795{
    796   if ((TEST_OPT_INTSTRATEGY   /* Q, Q(a), Fp(a) */
    797   || (rField_is_R()) || (rField_is_long_R()) || (rField_is_long_C()))
     796  if ((rField_is_Q())
     797  || (rField_is_Extension()) /* Q(a), Fp(a) */
     798  || (rField_is_numeric()) /* R, long R, long C*/
    798799#ifdef SRING
    799800  && (pSRING==0)
Note: See TracChangeset for help on using the changeset viewer.