Changeset 73c183 in git


Ignore:
Timestamp:
Jan 30, 2003, 3:55:01 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
f93c1c0e645bbb7a98fd80559cdcfe7e08465c20
Parents:
a9a5cf8eadb761104cf87f73df7709af4d147846
Message:
*hannes: use rField for filed detection


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

Legend:

Unmodified
Added
Removed
  • Singular/clapsing.cc

    ra9a5cf8 r73c183  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.80 2002-11-08 13:28:44 Singular Exp $
     5// $Id: clapsing.cc,v 1.81 2003-01-30 14:55:01 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    768768      CanonicalForm F( convSingAPClapAP( f,a ) );
    769769      L.insert(F);
    770       if ((nGetChar()<(-1)) && F.isUnivariate())
     770      if (rField_is_Zp_a() && F.isUnivariate())
    771771      {
    772772        L = factorize( F, a );
     
    787787#else
    788788        WarnS("complete factorization only for univariate polynomials");
    789         if ((nGetChar()==1)||(!F.isUnivariate()) /* Q(a) */
     789        if (rField_is_Q_a()||(!F.isUnivariate()) /* Q(a) */
    790790        {
    791791          L = factorize( G );
Note: See TracChangeset for help on using the changeset viewer.