Changeset 3b77086 in git


Ignore:
Timestamp:
Jul 8, 2011, 12:13:33 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e5af4b5bc5ff4018e9936109bc818b9e21ec2920
Parents:
13f4949d39b811d9e4ba8e8cbff2c4565ce87187
Message:
freebsd port

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

Legend:

Unmodified
Added
Removed
  • factory/cf_chinese.cc

    r13f494 r3b77086  
    208208            bool lessZero= (sign (NTLc) == -1);
    209209            if (lessZero)
    210               negate (NTLc, NTLc);
     210              NTL::negate (NTLc, NTLc);
    211211            ZZ NTLq= convertFacCF2NTLZZ (q);
    212212            ZZ bound;
     
    216216            {
    217217              if (lessZero)
    218                 negate (NTLnum, NTLnum);
     218                NTL::negate (NTLnum, NTLnum);
    219219              CanonicalForm num= convertNTLZZX2CF (to_ZZX (NTLnum), Variable (1));
    220220              CanonicalForm den= convertNTLZZX2CF (to_ZZX (NTLden), Variable (1));
  • factory/cf_factor.cc

    r13f494 r3b77086  
    464464            }
    465465          }
    466         #ifndef NTL_ZZ
    467         if (fac_NTL_char >NTL_SP_BOUND)
    468         {
     466          #ifndef NTL_ZZ
     467          if (fac_NTL_char >NTL_SP_BOUND)
     468          {
    469469            // convert to NTL
    470470            ZZ_pX f1=convertFacCF2NTLZZpX(f);
     
    507507          //test_cff(F,f);
    508508        }
    509         else
     509        else /*getCharacteristic()==2*/
    510510        {
    511511          // Specialcase characteristic==2
Note: See TracChangeset for help on using the changeset viewer.