Changeset dad0bc5 in git for factory/fac_cantzass.cc


Ignore:
Timestamp:
Dec 9, 2005, 9:35:38 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
172b7ae49955a6c96c685cbe68ee3f257d89bd46
Parents:
1b82a2e051a986276fd759237c823aecfb97b2be
Message:
*hannes: factorization of homog.polys, SORT for factorize


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

Legend:

Unmodified
Added
Removed
  • factory/fac_cantzass.cc

    r1b82a2 rdad0bc5  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: fac_cantzass.cc,v 1.7 2004-10-11 10:49:20 Singular Exp $ */
     2/* $Id: fac_cantzass.cc,v 1.8 2005-12-09 08:35:38 Singular Exp $ */
    33
    44#include <config.h>
     
    105105    if ( numext > 0 )
    106106        mpz_clear( &qq );
    107 #ifdef HAVE_NTL
    108     extern  int NTLcmpCF( const CFFactor & f, const CFFactor & g );
    109     if(isOn(SW_USE_NTL_SORT)) H.sort(NTLcmpCF);
    110 #endif   
    111107    return H;
    112108}
Note: See TracChangeset for help on using the changeset viewer.