Changeset d20e96 in git


Ignore:
Timestamp:
Apr 2, 2019, 1:29:43 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
d389e9c18b7e7012d070921b40652668193eca24
Parents:
f2749caea51700fb0ba2c2635aeaf6111f86387a
Message:
use idrec::get_level
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rf2749c rd20e96  
    53815381      {
    53825382        char *plib = iiConvName(s);
    5383         idhdl pl = IDROOT->get(plib,0);
     5383        idhdl pl = IDROOT->get_level(plib,0);
    53845384        if (pl==NULL)
    53855385        {
  • Singular/misc_ip.cc

    rf2749c rd20e96  
    454454    ss--;
    455455  }
    456   idhdl h=IDROOT->get(s,myynest);
     456  idhdl h=IDROOT->get_level(s,0);
    457457  if ((h!=NULL) && (IDTYP(h)==PROC_CMD))
    458458  {
Note: See TracChangeset for help on using the changeset viewer.