Changeset 3060a7 in git for kernel/ideals.cc


Ignore:
Timestamp:
Feb 25, 2009, 7:15:03 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
88542405b72b2e4e2770cdf6244a44221f9047a5
Parents:
69331f48332cdfe97f62b18b3118309f9af63ebc
Message:
*hannes: bug inmanual:Resolution of sing


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

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r69331f r3060a7  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.70 2009-02-25 10:41:54 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.71 2009-02-25 18:15:03 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    27512751  {
    27522752    R = idrCopyR(R,origR);
    2753     if (ar>1) // otherwise done in mpMinorToResult
    2754     {
    2755       matrix bb=(matrix)kNF(R,currQuotient,(ideal)b);
    2756       bb->rank=b->rank; bb->nrows=b->nrows; bb->ncols=b->ncols;
    2757       idDelete((ideal*)&b); b=bb;
    2758     }
     2753    //if (ar>1) // otherwise done in mpMinorToResult
     2754    //{
     2755    //  matrix bb=(matrix)kNF(R,currQuotient,(ideal)b);
     2756    //  bb->rank=b->rank; bb->nrows=b->nrows; bb->ncols=b->ncols;
     2757    //  idDelete((ideal*)&b); b=bb;
     2758    //}
    27592759  }
    27602760  result=idInit(32,1);
Note: See TracChangeset for help on using the changeset viewer.