Changeset 18f7ec in git


Ignore:
Timestamp:
Oct 15, 2014, 6:05:29 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
c06ecc8c2c68cc6195c1033747bb07d31a74e993
Parents:
2e4396f183c5f2c27638e1778e46233b8028bd7b
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-15 18:05:29+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-15 18:06:04+02:00
Message:
fix: HAVE_GMS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/gms.cc

    r2e4396 r18f7ec  
    4646        pSetm(m);
    4747        for(int i=0;i<MATROWS(B);i++)
    48         {
     48        {
    4949          poly m0=pDiff(m,i+2);
    5050          if(MATELEM(B0,i+1,j+1)!=NULL)
     
    6868        int i=pGetExp(p->m[k],1);
    6969        do
    70         {
     70        {
    7171          poly p0=p->m[k];
    7272          pIter(p->m[k]);
     
    106106    if(h&&h->Typ()==IDEAL_CMD)
    107107    {
    108       ideal p=(ideal)h->Data();
     108      ideal p=(ideal)h->CopyD();
    109109      h=h->next;
    110110      if(h&&h->Typ()==IDEAL_CMD)
     
    124124              int K=(int)(long)h->Data();
    125125              res->rtyp=LIST_CMD;
    126               res->data=(void *)gmsNF(idCopy(p),g,B,D,K);
     126              res->data=(void *)gmsNF(p,g,B,D,K);
    127127              return FALSE;
    128             }
    129           }
     128            }
     129          }
    130130        }
    131131      }
  • kernel/mod2.h

    r2e4396 r18f7ec  
    5050
    5151/* Gauss-Manin system */
    52 /*#define HAVE_GMS 1*/
     52#define HAVE_GMS 1
    5353
    5454/* include simpleipc/semaphore code, link against librt/libpthread */
Note: See TracChangeset for help on using the changeset viewer.