Changeset a1df01 in git


Ignore:
Timestamp:
Mar 5, 2001, 5:44:15 PM (22 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
59c8e86a45aa978505663b26595d3088a4beef4c
Parents:
3be21912509b9d0d48aa864b1627f831fad50bf6
Message:
*mschulze:


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

Legend:

Unmodified
Added
Removed
  • Singular/units.cc

    r3be219 ra1df01  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: units.cc,v 1.8 2001-02-27 18:05:16 mschulze Exp $ */
     4/* $Id: units.cc,v 1.9 2001-03-05 16:44:15 mschulze Exp $ */
    55/*
    66* ABSTRACT: procedures to compute with units
     
    3434  }
    3535  ideal M0=idInit(IDELEMS(M),M->rank);
    36   ideal M1=kNF(N,currQuotient,M,0,2);
    37   while(idElem(M1)>0&&(d==-1||idMinDegW(M1,w)<=d))
     36  ideal M1=kNF(N,currQuotient,M);
     37  while(idElem(M1)>0&&(d==-1||idMinDeg(M1,w)<=d))
    3838  {
    3939    for(int i=IDELEMS(M)-1;i>=0;i--)
     
    4747    }
    4848    idDelete(&M1);
    49     M1=kNF(N,currQuotient,M,0,2);
     49    M1=kNF(N,currQuotient,M);
    5050  }
    5151  idDelete(&M1);
Note: See TracChangeset for help on using the changeset viewer.