Changeset ac1953e in git
- Timestamp:
- Jan 29, 2007, 5:56:37 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 0a7bf59115a2b11bac5fca4b91ed6c784c2f6146
- Parents:
- 21bcb056e758323cb0c8d5c18e0d854e8db29aab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r21bcb0 rac1953e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.15 3 2007-01-23 15:19:46Singular Exp $ */4 /* $Id: ipshell.cc,v 1.154 2007-01-29 16:56:37 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 4681 4681 if (r->qideal!=NULL) 4682 4682 { 4683 idDelete(&r->qideal);4684 r->qideal=NULL;4685 4683 currQuotient=NULL; 4686 4684 } … … 4698 4696 currRingHdl=NULL; 4699 4697 } 4700 elseif (r->qideal!=NULL)4698 if (r->qideal!=NULL) 4701 4699 { 4702 4700 id_Delete(&r->qideal, r);
Note: See TracChangeset
for help on using the changeset viewer.