Changeset cfa930 in git for Singular/ipshell.cc


Ignore:
Timestamp:
Apr 18, 2005, 2:22:09 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
36e9c354d299283920e498516f0f8a0f1b1541af
Parents:
31bf3a449e9947bffce595d935b0842c66737568
Message:
*hannes: ringlist bug fixed


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r31bf3a rcfa930  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.97 2005-02-17 09:49:20 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.98 2005-04-18 12:22:09 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    17271727      goto rCompose_err;
    17281728    }
    1729     R->ch=R->algring->ch;
     1729    if (R->algring->ch>0)
     1730       R->ch= -R->algring->ch;
     1731    else
     1732       R->ch=1;
    17301733    R->parameter=R->algring->names;
    17311734    R->P=R->algring->N;
     1735    if (R->algring->qideal!=NULL)
     1736    {
     1737      R->minpoly=pGetCoeff(R->algring->qideal->m[0]);
     1738    }
    17321739  }
    17331740  else
Note: See TracChangeset for help on using the changeset viewer.