Changeset 1e872a in git
- Timestamp:
- Aug 3, 2011, 7:38:15 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 711e26e8e44ee1e7919f92468e0e401554543926
- Parents:
- af66d65781bd30dd0d990cc7476eb7c230b6104f
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:38:15+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:22+01:00
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz0.cc
raf66d6 r1e872a 577 577 { 578 578 number an=nCopy(pGetCoeff(F[k])),bn=nCopy(pGetCoeff(F[j])); 579 int ct = ksCheckCoeff(&an, &bn );579 int ct = ksCheckCoeff(&an, &bn, currRing->cf); 580 580 syz = pCopy(pairs[k]); 581 581 //syz->coef = nCopy(F[k]->coef); -
kernel/syz3.cc
raf66d6 r1e872a 1768 1768 syzstr->syRing = rAssure_C_dp(origR, TRUE); rChangeCurrRing(syzstr->syRing); 1769 1769 /*--- initializes the data structures---------------*/ 1770 syzstr->length = *length = ( currRing->N)+2;1770 syzstr->length = *length = (syzstr->syRing->N)+2; 1771 1771 syzstr->regularity = -1; 1772 1772 if (origR!=syzstr->syRing)
Note: See TracChangeset
for help on using the changeset viewer.