Changeset 899741 in git


Ignore:
Timestamp:
Sep 10, 2008, 6:41:12 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
cab83807bb068e131a3c656b02a316119e75729c
Parents:
a5da6f30272bf99d0d44c402d1eb3efcf7d79858
Message:
*hannes: mstd


git-svn-id: file:///usr/local/Singular/svn/trunk@11043 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.cc

    ra5da6f r899741  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd1.cc,v 1.37 2008-07-22 15:15:21 Singular Exp $ */
     4/* $Id: kstd1.cc,v 1.38 2008-09-10 16:41:12 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    19341934    if (strat->M!=NULL) idDelete(&strat->M);
    19351935  }
    1936   else
    1937   if (strat->M==NULL)
     1936  else if (strat->M==NULL)
    19381937  {
    19391938    M=idInit(1,F->rank);
     
    19511950    if (!oldDegBound)
    19521951      test &= ~Sy_bit(OPT_DEGBOUND);
     1952  }
     1953  else
     1954  {
     1955    if (IDELEMS(M)>IDELEMS(r)) { idDelete(&M); M=idCopy(r); }
    19531956  }
    19541957  return r;
  • kernel/kstd1.h

    ra5da6f r899741  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kstd1.h,v 1.4 2008-06-24 08:20:31 Singular Exp $ */
     6/* $Id: kstd1.h,v 1.5 2008-09-10 16:41:12 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    1010#include "structs.h"
    1111
    12 /*2
    13 *input: F: a set (array) of polys with <= Fmax entries (0..Fmax-1)
    14 *       *S: a set (array) of polys with *Smax initialized entries (0..*Smax-1)
    15 *output:*S: the standard base: a set (array) with <= *Smax+1 entries (0..*Smax)
    16 */
    1712ideal mora (ideal F, ideal Q,intvec *w,intvec *hilb,kStrategy strat);
    1813
Note: See TracChangeset for help on using the changeset viewer.