Changeset ca3e7b in git
- Timestamp:
- Nov 17, 2006, 6:58:10 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- bf5ba90db92225395149faf1c174b1eb163ad998
- Parents:
- f7bfe57a1b40c83680cd53d79cc0b6eaa191eb5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
rf7bfe5 rca3e7b 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.2 1 2006-11-17 14:31:07Singular Exp $ */4 /* $Id: ideals.cc,v 1.22 2006-11-17 17:58:10 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 2720 2720 } 2721 2721 2722 //#define NEW_STUFF2722 #define NEW_STUFF 2723 2723 #ifndef NEW_STUFF 2724 2724 // converts mat to module, destroys mat … … 2770 2770 if (h!=NULL) 2771 2771 { 2772 l=pLength(h); 2772 2773 MATELEM(mat,i,j+1)=NULL; 2773 2774 p_SetCompP(h,i, currRing);
Note: See TracChangeset
for help on using the changeset viewer.