Changeset fbbb08 in git


Ignore:
Timestamp:
Nov 9, 2010, 10:58:51 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
a41f4b6a265ba131083991bd4a457177e4b10df5
Parents:
27e6841d0b819b7079a6f9237d02c10b1364eddf
Message:
singular_homog_flag moved to factory

git-svn-id: file:///usr/local/Singular/svn/trunk@13610 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    r27e6841 rfbbb08  
    5656
    5757//{{{ function declarations from cf_factor.cc
     58extern int singular_homog_flag;
     59
    5860bool isPurePoly(const CanonicalForm & f);
    5961
  • factory/cf_factor.cc

    r27e6841 rfbbb08  
    130130    {
    131131    #ifdef NOSTREAMIO
    132       #ifdef SINGULAR
    133132      if (f.inZ())
    134133      {
     
    157156        mpz_clear(m);
    158157      }
    159       #else
    160       printf("+...");
    161       #endif
    162158    #else
    163159       std::cout << f;
     
    365361}
    366362
    367 #ifdef SINGULAR
    368 extern int singular_homog_flag;
    369 #else
    370 #define singular_homog_flag 1
    371 #endif
     363int singular_homog_flag=1;
     364
    372365int cmpCF( const CFFactor & f, const CFFactor & g )
    373366{
Note: See TracChangeset for help on using the changeset viewer.