Changeset 050d1b in git for factory/cf_char.cc


Ignore:
Timestamp:
Apr 4, 2012, 1:30:52 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
0a7d0ca68a61f160eb5b83774592a019ed99f025
Parents:
a76d6fe76b652b99d7b02e9ba874bb0c39294637
git-author:
Martin Lee <martinlee84@web.de>2012-04-04 13:30:52+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 15:02:12+02:00
Message:
fix: wrong/unneccessary asserts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_char.cc

    ra76d6fe r050d1b  
    7474int getGFDegree()
    7575{
    76     ASSERT( theDegree > 0, "not in GF(q)" );
     76    //ASSERT( theDegree > 0, "not in GF(q)" );
    7777    return theDegree;
    7878}
Note: See TracChangeset for help on using the changeset viewer.