Changeset 17e692 in git for Singular/longalg.cc


Ignore:
Timestamp:
Mar 8, 1999, 7:11:50 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'df6a8e29030ff93c6ad53051028727af7d339fa0')
Children:
2a10547f349f40ba3e6a890b93b03d6cb4b37f52
Parents:
be0d84532eb45d49b654745e810a1a7a534d71ff
Message:
*hannes: use rPar if possible


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

Legend:

Unmodified
Added
Removed
  • Singular/longalg.cc

    rbe0d84 r17e692  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: longalg.cc,v 1.29 1999-03-08 17:30:40 Singular Exp $ */
     4/* $Id: longalg.cc,v 1.30 1999-03-08 18:11:47 Singular Exp $ */
    55/*
    66* ABSTRACT:   algebraic numbers
     
    23892389      for(i=0;i<nop;i++)
    23902390      {
    2391         if ((i>=currRing->P)
     2391        if ((i>=rPar(currRing))
    23922392        ||(strcmp(par[i],currRing->parameter[i])!=0))
    23932393           return FALSE;
     
    24432443      for(i=0;i<nop;i++)
    24442444      {
    2445         if ((i>=currRing->P)
     2445        if ((i>=rPar(currRing))
    24462446        ||(strcmp(par[i],currRing->parameter[i])!=0))
    24472447           return FALSE;
Note: See TracChangeset for help on using the changeset viewer.