Changeset 85194f2 in git


Ignore:
Timestamp:
Mar 17, 2008, 7:33:55 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f12cd236d42ce7c576d7f5b8ea25484f5875c740
Parents:
e89e56fdeb73e421f68b9f7a1f21958767d596a8
Message:
*hannes: factory changes


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

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    re89e56 r85194f2  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.26 2008-01-23 15:42:10 Singular Exp $
     5// $Id: clapsing.cc,v 1.27 2008-03-17 18:33:55 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    12431243    setCharacteristic( nGetChar() );
    12441244    CanonicalForm F( convSingPFactoryP( f ) );
    1245     L = sqrFree( F, 0 );
     1245    L = sqrFree( F );
    12461246  }
    12471247  #if 0
     
    12711271      Variable a=rootOf(mipo);
    12721272      CanonicalForm F( convSingAPFactoryAP( f,a ) );
    1273       L = sqrFree( F,mipo );
     1273      CFFList SqrFreeMV( const CanonicalForm & f , const CanonicalForm & mipo=0) ;
     1274
     1275      L = SqrFreeMV( F,mipo );
     1276      //WarnS("L = sqrFree( F,mipo );");
     1277      //L = sqrFree( F );
    12741278    }
    12751279    else
    12761280    {
    12771281      CanonicalForm F( convSingTrPFactoryP( f ) );
    1278       L = sqrFree( F, 0 );
     1282      L = sqrFree( F );
    12791283    }
    12801284  }
Note: See TracChangeset for help on using the changeset viewer.