Changeset 154a05 in git


Ignore:
Timestamp:
May 26, 1998, 1:02:33 PM (25 years ago)
Author:
Thomas Siebert <siebert@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
f7a6b9da7dfce390ae2b5fff08148ac4f46c3bf8
Parents:
eb816eae221c6afa793536b78f3f6090b3fcca67
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Singular/ideals.cc

    reb816e r154a05  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.30 1998-05-26 09:19:32 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.31 1998-05-26 11:02:33 siebert Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    23002300//Print("next row is: %d, next col: %d\n",r,c);
    23012301/*--- 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))
    23032303  {
    23042304    idDelete((ideal*)&a);
Note: See TracChangeset for help on using the changeset viewer.