Changeset ac1953e in git


Ignore:
Timestamp:
Jan 29, 2007, 5:56:37 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
0a7bf59115a2b11bac5fca4b91ed6c784c2f6146
Parents:
21bcb056e758323cb0c8d5c18e0d854e8db29aab
Message:
*hannes: code cleanup


git-svn-id: file:///usr/local/Singular/svn/trunk@9773 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r21bcb0 rac1953e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.153 2007-01-23 15:19:46 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.154 2007-01-29 16:56:37 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    46814681      if (r->qideal!=NULL)
    46824682      {
    4683         idDelete(&r->qideal);
    4684         r->qideal=NULL;
    46854683        currQuotient=NULL;
    46864684      }
     
    46984696      currRingHdl=NULL;
    46994697    }
    4700     else if (r->qideal!=NULL)
     4698    if (r->qideal!=NULL)
    47014699    {
    47024700      id_Delete(&r->qideal, r);
Note: See TracChangeset for help on using the changeset viewer.