Changeset 4ec288 in git for factory/cf_inline.cc


Ignore:
Timestamp:
Apr 11, 2012, 3:11:20 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
98adcdd62df51a4c6090574f59ad2b9a5d432d39
Parents:
4bafa67969ab030397c6410e512aadf5574be0dc0a7d0ca68a61f160eb5b83774592a019ed99f025
Message:
Merge pull request #94 from mmklee/swSingularFlint

first support of flint in singular:SW

TODO: improve the configure tests 
TODO: should flint be prefered over NTL by default?
TODO: suppress linking to different versions of libgmp.so in the same time due to flint
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_inline.cc

    r4bafa67 r4ec288  
    223223// current domain.
    224224//
    225 // `e' has to be positive.
    226 //
    227225// Type info:
    228226// ----------
     
    234232    : value( CFFactory::poly( v, e ) )
    235233{
    236     ASSERT( e > 0, "math error: exponent has to be positive" );
     234    //ASSERT( e > 0, "math error: exponent has to be positive" );
    237235}
    238236//}}}
Note: See TracChangeset for help on using the changeset viewer.