Changeset ea48f7d in git for kernel/clapsing.cc


Ignore:
Timestamp:
May 3, 2006, 2:12:51 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
c1c269121f4f2fd68d492b638e0e2419bcbfb2bf
Parents:
36faf9b22a1c2a501f140933bf515f564ff2abcc
Message:
hannes: rat switch


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

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    r36faf9 rea48f7d  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.12 2006-03-21 15:27:20 Singular Exp $
     5// $Id: clapsing.cc,v 1.13 2006-05-03 12:12:51 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    209209  // for now there is only the possibility to handle polynomials over
    210210  // Q and Fp ...
     211  Off(SW_RATIONAL);
    211212  if (( nGetChar() == 0 || nGetChar() > 1 )
    212213  && (currRing->parameter==NULL))
     
    215216    CanonicalForm F( convSingPClapP( f ) ), G( convSingPClapP( g ) );
    216217    res=convClapPSingP( gcd( F, G ) );
    217     Off(SW_RATIONAL);
    218218  }
    219219  // and over Q(a) / Fp(a)
     
    254254      res= convClapPSingTrP( gcd( F, G ) );
    255255    }
    256     Off(SW_RATIONAL);
    257256  }
    258257  #if 0
     
    271270    WerrorS( feNotImplemented );
    272271
     272  Off(SW_RATIONAL);
    273273  pDelete(&f);
    274274  pDelete(&g);
Note: See TracChangeset for help on using the changeset viewer.