Changeset eb816e in git for Singular/ideals.cc


Ignore:
Timestamp:
May 26, 1998, 11:19:32 AM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
154a0553f38f57cb93824037f438596c98431ee9
Parents:
e665360cc0f5bbf82c5fcd91a148a64fba184dd1
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Singular/ideals.cc

    re665360 reb816e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.29 1998-05-25 12:56:40 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.30 1998-05-26 09:19:32 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    265265  }
    266266}
    267          
     267
    268268void idDelDiv(ideal id)
    269269{
     
    274274    for (j=l-1; j>i; j--)
    275275    {
    276      
     276
    277277      if (((id->m[j] != NULL) && pDivisibleBy(id->m[i], id->m[j])) ||
    278278          (id->m[i] == NULL && id->m[j] == NULL))
     
    293293  }
    294294}
    295  
     295
    296296
    297297/*2
Note: See TracChangeset for help on using the changeset viewer.