Changeset 9e79fc in git for Singular/ipshell.cc


Ignore:
Timestamp:
Jan 11, 2008, 11:56:45 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9c6f160523432eef41813f0d4f8f9a8aafb16b12
Parents:
1d4fb86f60448d39f742d75967367631c7b45ee5
Message:
*hannes: clean up ring objects ->rKill


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r1d4fb8 r9e79fc  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.171 2007-11-16 18:37:30 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.172 2008-01-11 10:56:45 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    47344734    }
    47354735#endif /* USE_IILOCALRING */
     4736// any variables depending on r ?
     4737    while (r->idroot!=NULL)
     4738    {
     4739      killhdl2(r->idroot,&(r->idroot),r);
     4740    }
    47364741
    47374742    /* nKillChar(r); will be called from inside of rDelete */
Note: See TracChangeset for help on using the changeset viewer.