Changeset efda016 in git


Ignore:
Timestamp:
Oct 18, 1999, 7:56:20 PM (25 years ago)
Author:
Thomas Siebert <siebert@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
27e6a4b8bcb65e731ee5db94bacabd64e0a9b4c2
Parents:
2efd9799400e295cc2665e2e9d80ac7e7e4bb397
Message:
Fix Hannes' error in regularity


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

Legend:

Unmodified
Added
Removed
  • Singular/ideals.cc

    r2efd97 refda016  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.61 1999-10-15 16:00:18 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.62 1999-10-18 17:56:20 siebert Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    14221422        {
    14231423          p=s_h3->m[j];
    1424           s_h3->m[j]=NULL;
    14251424        }
    14261425        else
    14271426        {
    14281427          p = pPermPoly(s_h3->m[j],NULL,syz_ring,NULL,0);
     1428          rChangeCurrRing(syz_ring,FALSE);
     1429          pDelete(&(s_h3->m[j]));
     1430          rChangeCurrRing(orig_ring,TRUE);
    14291431        }
     1432        s_h3->m[j]=NULL;
    14301433        pShift(&p,-k);
    14311434        if (p!=NULL)
Note: See TracChangeset for help on using the changeset viewer.