Changeset df5fc1 in git for Singular/ipshell.cc


Ignore:
Timestamp:
Feb 9, 2001, 3:22:57 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6ca6690825cdff21f0a6073cea36f43b1a760975
Parents:
d41bd828c3f8515900152109d59cc5dffdd4b26a
Message:
*hannes: RinDependend


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rd41bd82 rdf5fc1  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.62 2001-02-08 13:13:02 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.63 2001-02-09 14:22:56 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    377377    all=TRUE;
    378378  }
    379   else if ((typ>BEGIN_RING) && (typ<END_RING))
     379  else if (RingDependend(typ))
    380380  {
    381381    h = currRing->idroot;
     
    10021002      }
    10031003    }
    1004     else if ((BEGIN_RING<IDTYP(h)) && (IDTYP(h)<END_RING)
     1004    else if (RingDependend(IDTYP(h))
    10051005             || ((IDTYP(h)==LIST_CMD) && (lRingDependend(IDLIST(h))))) {
    10061006      //Print("// ==> Ringdependent set nesting to 0\n");
     
    11071107    {
    11081108    #endif
    1109       if ((i>BEGIN_RING) && (i<END_RING))
     1109      if (RingDependend(i))
    11101110      {
    11111111        WerrorS("no ring active");
Note: See TracChangeset for help on using the changeset viewer.