Changeset 958e16 in git for Singular/syz3.cc


Ignore:
Timestamp:
Jan 9, 2001, 4:40:16 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
7c7ca9230029cf671d69f48a31aeed1b1346288d
Parents:
7f03cd745a69a67b839b01c64677d5b9aec8dd64
Message:
*hannes: merged number-ops


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

Legend:

Unmodified
Added
Removed
  • Singular/syz3.cc

    r7f03cd r958e16  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz3.cc,v 1.6 2000-12-06 11:03:33 Singular Exp $ */
     4/* $Id: syz3.cc,v 1.7 2001-01-09 15:40:15 Singular Exp $ */
    55/*
    66* ABSTRACT: resolutions
     
    734734    {
    735735      tso.p = ksOldCreateSpoly(tso.p2,tso.p1);
    736       number coefgcd = nGcd(pGetCoeff(tso.p1),pGetCoeff(tso.p2));
     736      number coefgcd = nGcd(pGetCoeff(tso.p1),pGetCoeff(tso.p2),currRing);
    737737      assume (old_repr->m[tso.ind1]!=NULL);
    738738      tso.syz = pCopy(old_repr->m[tso.ind1]);
     
    12521252    {
    12531253      tso.p = ksOldCreateSpoly(tso.p2,tso.p1);
    1254       number coefgcd = nGcd(pGetCoeff(tso.p1),pGetCoeff(tso.p2));
     1254      number coefgcd = nGcd(pGetCoeff(tso.p1),pGetCoeff(tso.p2),currRing);
    12551255      assume (add_repr->m[tso.ind1]!=NULL);
    12561256      tso.syz = pCopy(add_repr->m[tso.ind1]);
Note: See TracChangeset for help on using the changeset viewer.