Changeset 57daf8 in git for factory/canonicalform.cc


Ignore:
Timestamp:
Apr 4, 2012, 12:14:08 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
27ab369ec1d32a8c8cc326b5ae84f5fa53b6be80
Parents:
e9a5b62e88882c285577614f2fe50e8190ca8cf6
git-author:
Martin Lee <martinlee84@web.de>2012-04-04 12:14:08+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 15:01:17+02:00
Message:
chg: switched off assert for positive exponent since I need Laurent polynomials in cfNewtonPolygon.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.cc

    re9a5b62 r57daf8  
    18481848power ( const Variable & v, int n )
    18491849{
    1850     ASSERT( n >= 0, "illegal exponent" );
     1850    //ASSERT( n >= 0, "illegal exponent" );
    18511851    if ( n == 0 )
    18521852        return 1;
Note: See TracChangeset for help on using the changeset viewer.