Changeset ca3e7b in git


Ignore:
Timestamp:
Nov 17, 2006, 6:58:10 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
bf5ba90db92225395149faf1c174b1eb163ad998
Parents:
f7bfe57a1b40c83680cd53d79cc0b6eaa191eb5a
Message:
*hannes: sbucket for matrix->modul conversion


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

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    rf7bfe5 rca3e7b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.21 2006-11-17 14:31:07 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.22 2006-11-17 17:58:10 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    27202720}
    27212721
    2722 //#define NEW_STUFF
     2722#define NEW_STUFF
    27232723#ifndef NEW_STUFF
    27242724// converts mat to module, destroys mat
     
    27702770      if (h!=NULL)
    27712771      {
     2772        l=pLength(h);
    27722773        MATELEM(mat,i,j+1)=NULL;
    27732774        p_SetCompP(h,i, currRing);
Note: See TracChangeset for help on using the changeset viewer.