Changeset efbb91 in git


Ignore:
Timestamp:
Apr 2, 2008, 11:47:06 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
fbfca9a52d0e064ebd96eb35f1960c912fb75d57
Parents:
e2a25ef5bf4799a4cf39ed869c34d7dc56eb7ef7
Message:
*hannes: fix idSect


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

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    re2a25e refbb91  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.53 2008-04-02 08:22:36 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.54 2008-04-02 09:47:06 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    10361036
    10371037  ideal first,second,temp,temp1,result;
    1038   intvec *w;
    10391038  poly p,q;
    10401039
     
    10941093    }
    10951094  }
    1096   w=NULL;
     1095  intvec *w=NULL;
    10971096  temp1 = kStd(temp,currQuotient,testHomog,&w,NULL,length);
    10981097  if (w!=NULL) delete w;
     
    11471146  if (TEST_OPT_RETURN_SB)
    11481147  {
     1148     w=NULL;
    11491149     temp1=kStd(result,currQuotient,testHomog,&w);
    11501150     if (w!=NULL) delete w;
Note: See TracChangeset for help on using the changeset viewer.