Changeset 7dc558 in git for Singular/polys.cc


Ignore:
Timestamp:
Dec 1, 2000, 3:07:49 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ae9091e84753cb98a14cebac01f4a7d0393b1ece
Parents:
1e47f8aa2cdafa97e6e23e76e0818d544c2393c3
Message:
*hannes: ring indep. p_Read


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

Legend:

Unmodified
Added
Removed
  • Singular/polys.cc

    r1e47f8a r7dc558  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.69 2000-11-30 16:46:09 Singular Exp $ */
     4/* $Id: polys.cc,v 1.70 2000-12-01 14:07:49 Singular Exp $ */
    55
    66/*
     
    148148  /* i.e. it does not start with a coeff: test if it is a ringvar*/
    149149  {
    150     j = rIsRingVar(s);
     150    j = r_IsRingVar(s,r);
    151151    if (j >= 0)
    152152    {
    153       pIncrExp(rc,1+j);
     153      p_IncrExp(rc,1+j,r);
    154154      while (*s!='\0') s++;
    155155      goto done;
     
    895895  return FALSE;
    896896}
    897 
    898 
Note: See TracChangeset for help on using the changeset viewer.