Changeset e6f922f in git for Singular/ipshell.cc


Ignore:
Timestamp:
Jun 7, 2005, 11:17:35 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
0a5ca730b1b89c3ce6ac8f1f6af48f1029041ad0
Parents:
0c4a34b0c9f4588e0413710444640dacdfbc4b93
Message:
*hannes: fixed q-ideal with different mon. representations


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r0c4a34b re6f922f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.116 2005-05-23 13:27:23 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.117 2005-06-07 09:17:35 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    2020#include "febase.h"
    2121#include "polys.h"
     22#include "prCopy.h"
    2223#include "ideals.h"
    2324#include "matpol.h"
     
    19671968  }
    19681969  // ------------------------ Q-IDEAL ------------------------
     1970  rComplete(R);
     1971
    19691972  if (L->m[3].Typ()==IDEAL_CMD)
    19701973  {
    19711974    ideal q=(ideal)L->m[3].Data();
    19721975    if (q->m[0]!=NULL)
    1973       R->qideal=idCopy(q);
     1976      R->qideal=idrCopyR(q,currRing,R);
    19741977  }
    19751978  else
     
    19791982  }
    19801983
    1981   // todo
    1982   rComplete(R);
    19831984
    19841985  // ---------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.