Changeset d0a54ba in git
- Timestamp:
- Jun 16, 2010, 7:04:18 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9015fc56fb11f10a66eb0275771d88644708bac3
- Parents:
- 742b1246479b6ce19881ee95dc020aeb3a60a75a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r742b12 rd0a54ba 756 756 int dummy; 757 757 if ((u_p!=NULL) 758 && (pTotaldegree(u_p)*(signed long)v_i > =(signed long)currRing->bitmask))758 && (pTotaldegree(u_p)*(signed long)v_i > (signed long)currRing->bitmask)) 759 759 { 760 760 pDelete(&u_p); … … 1045 1045 b=(poly)v->CopyD(POLY_CMD); // works also for VECTOR_CMD 1046 1046 if ((a!=NULL) && (b!=NULL) 1047 && (pTotaldegree(a)+pTotaldegree(b)> =si_max((long)rVar(currRing),currRing->bitmask)))1047 && (pTotaldegree(a)+pTotaldegree(b)>si_max((long)rVar(currRing),currRing->bitmask))) 1048 1048 { 1049 1049 Werror("OVERFLOW in mult(d=%ld, d=%ld, max=%ld)", … … 1060 1060 b=pCopy((poly)v->Data()); 1061 1061 if ((a!=NULL) && (b!=NULL) 1062 && (pTotaldegree(a)+pTotaldegree(b)> =si_max((long)rVar(currRing),currRing->bitmask)))1062 && (pTotaldegree(a)+pTotaldegree(b)>si_max((long)rVar(currRing),currRing->bitmask))) 1063 1063 { 1064 1064 Werror("OVERFLOW in mult(d=%ld, d=%ld, max=%ld)",
Note: See TracChangeset
for help on using the changeset viewer.