Changeset 6af4b1 in git for Singular/LIB/ehv.lib


Ignore:
Timestamp:
Apr 10, 2009, 3:28:50 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
7ed4b9b1a0f1add2bee349ee1d6e262878be071f
Parents:
407fdc0e70b9d6f49eedf3751a12540195d0488b
Message:
*laplagne: normal.lib


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ehv.lib

    r407fdc0 r6af4b1  
    1 // $Id: ehv.lib,v 1.2 2009-04-08 12:11:33 Singular Exp $
     1// $Id: ehv.lib,v 1.3 2009-04-10 13:28:50 Singular Exp $
    22/////////////////////////////////////////////////////////////////////
    33// EHV.lib                                                         //
     
    88/////////////////////////////////////////////////////////////////////
    99
    10 version="$Id: ehv.lib,v 1.2 2009-04-08 12:11:33 Singular Exp $";
     10version="$Id: ehv.lib,v 1.3 2009-04-10 13:28:50 Singular Exp $";
    1111category="Commutative Algebra";
    1212
     
    900900  //Compute the normalization of I.
    901901  if(printlevel > 2){"Entering Normalization.";}
    902   list K = normal(I);
     902  list norOut = normal(I, "noDeco");
     903  list K = norOut[1];
    903904  if(printlevel > 2){"Leaving Normalisation.";}
    904905
Note: See TracChangeset for help on using the changeset viewer.