Changeset bbcf7c8 in git
- Timestamp:
- Mar 21, 2014, 1:21:05 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 0929ddc2c6615bd5e6fc2fcc07f26b85bdee0be9
- Parents:
- 82393119769dfceb9f02d05dfaae6504348f93a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipassign.cc
r823931 rbbcf7c8 773 773 idDelete(&qr->qideal); 774 774 } 775 qr->qideal = id; 775 if (idElem(id)==0) 776 { 777 qr->qideal = NULL; 778 id_Delete(&id,currRing); 779 IDTYP(h)=RING_CMD; 780 } 781 else 782 qr->qideal = id; 776 783 777 784 // qr is a copy of currRing with the new qideal! 778 785 #ifdef HAVE_PLURAL 779 if(rIsPluralRing(currRing) )786 if(rIsPluralRing(currRing) &&(qr->qideal!=NULL)) 780 787 { 781 788 if (!hasFlag(a,FLAG_TWOSTD))
Note: See TracChangeset
for help on using the changeset viewer.