Changeset e4eee00 in git
- Timestamp:
- Jun 15, 2010, 2:22:03 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 78a42b1ececcafce26853ca27278a0d6bf55f401
- Parents:
- 8df94488508373da9e8fb143885c2c49dfef0dd9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r8df944 re4eee00 1044 1044 b=(poly)v->CopyD(POLY_CMD); // works also for VECTOR_CMD 1045 1045 if ((a!=NULL) && (b!=NULL) 1046 && (pTotaldegree(a)+pTotaldegree(b)>= currRing->bitmask))1046 && (pTotaldegree(a)+pTotaldegree(b)>=si_max(255,currRing->bitmask))) 1047 1047 { 1048 1048 pDelete(&a); … … 1058 1058 b=pCopy((poly)v->Data()); 1059 1059 if ((a!=NULL) && (b!=NULL) 1060 && (pTotaldegree(a)+pTotaldegree(b)>= currRing->bitmask))1060 && (pTotaldegree(a)+pTotaldegree(b)>=si_max(255,currRing->bitmask))) 1061 1061 { 1062 1062 pDelete(&a);
Note: See TracChangeset
for help on using the changeset viewer.