Changeset d65c0fa in git for Singular/LIB/normal.lib


Ignore:
Timestamp:
Sep 3, 2009, 11:20:03 PM (14 years ago)
Author:
Santiago Laplagne <laplagne@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
afc171bd0420a6f419e03aea0e3e2a9036e20431
Parents:
d14491fa444d0689dfdd0a7b18d2ced3e7dd6233
Message:
Small bug fixed, reported by Leonard, when splitting the ideal by a zerodivisor.


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    rd14491 rd65c0fa  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: normal.lib,v 1.56 2009-08-19 13:17:25 Singular Exp $";
     2version="$Id: normal.lib,v 1.57 2009-09-03 21:20:03 laplagne Exp $";
    33category="Commutative Algebra";
    44info="
     
    42434243      ideal Id1 = fetch(Q, Id1), I;
    42444244      Id1 = groebner(Id1);
    4245       ideal I2 = quotient(I, Id1);
     4245      ideal Id2 = quotient(I, Id1);
    42464246      // I = Id1 \cap Id2
    42474247      printlevel = printlevel + 1;
Note: See TracChangeset for help on using the changeset viewer.