Changeset e707b8 in git for kernel/clapconv.cc


Ignore:
Timestamp:
Mar 30, 2005, 3:18:04 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
9a92d97624d88af867bd44f0cbf85bcc308e2555
Parents:
fe40ad7908fc2170a79180bc025ccb5bceeab03f
Message:
*hannes: factory switches centralized


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

Legend:

Unmodified
Added
Removed
  • kernel/clapconv.cc

    rfe40ad7 re707b8  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapconv.cc,v 1.2 2005-01-27 16:35:30 Singular Exp $
     5// $Id: clapconv.cc,v 1.3 2005-03-30 13:17:07 Singular Exp $
    66/*
    77* ABSTRACT: convert data between Singular and factory
     
    4646  if ( getCharacteristic() != 0 )
    4747  {
    48     Off(SW_USE_EZGCD);
    4948    term = npInt( n );
    5049  }
     
    118117    if ( getCharacteristic() != 0 )
    119118    {
    120       Off(SW_USE_EZGCD);
    121119      term = npInt( pGetCoeff( p ) );
    122120    }
     
    321319    if ( getCharacteristic() != 0 )
    322320    {
    323       Off(SW_USE_EZGCD);
    324321      term = npInt( napGetCoeff( p ) );
    325322    }
    326323    else
    327324    {
    328       On(SW_USE_EZGCD);
    329325      //if ( (!(int)(napGetCoeff( p )) & 1 )
    330326      //&&  ( napGetCoeff( p )->s == 0))
     
    527523    if ( rField_is_Zp_a() )
    528524    {
    529       Off(SW_USE_EZGCD);
    530525      term = npInt( napGetCoeff( p ) );
    531526    }
    532527    else
    533528    {
    534       On(SW_USE_EZGCD);
    535529      //if ( (!(int)(napGetCoeff( p )) & 1 )
    536530      //&&  ( napGetCoeff( p )->s == 0))
Note: See TracChangeset for help on using the changeset viewer.