Changeset 154a05 in git
- Timestamp:
- May 26, 1998, 1:02:33 PM (25 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f7a6b9da7dfce390ae2b5fff08148ac4f46c3bf8
- Parents:
- eb816eae221c6afa793536b78f3f6090b3fcca67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ideals.cc
reb816e r154a05 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.3 0 1998-05-26 09:19:32 SingularExp $ */4 /* $Id: ideals.cc,v 1.31 1998-05-26 11:02:33 siebert Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 2300 2300 //Print("next row is: %d, next col: %d\n",r,c); 2301 2301 /*--- there is no pivot - the matrix is zero -------------*/ 2302 if ( r*c==0)2302 if ((r*c==0) || (MATELEM(nextStep,nextStep->nrows,nextStep->ncols)==NULL)) 2303 2303 { 2304 2304 idDelete((ideal*)&a);
Note: See TracChangeset
for help on using the changeset viewer.