Changeset d20e96 in git for Singular/iparith.cc


Ignore:
Timestamp:
Apr 2, 2019, 1:29:43 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d389e9c18b7e7012d070921b40652668193eca24
Parents:
f2749caea51700fb0ba2c2635aeaf6111f86387a
Message:
use idrec::get_level
File:
1 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        {
Note: See TracChangeset for help on using the changeset viewer.