Changeset 7ddcb2 in git


Ignore:
Timestamp:
Jan 9, 2014, 12:19:44 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
08e119db8978fbef9d3ad77770320e2c60956d33
Parents:
974aa2b935f392585b96f601c41d9917101f6dd4
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-09 00:19:44+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-09 00:20:09+01:00
Message:
removed LHdl
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.cc

    r974aa2 r7ddcb2  
    531531    {
    532532      ring R=(ring)d;
     533      if ((R!=currRing)||(R->ref>=0))
     534        rKill(R);
    533535      #ifdef TEST
    534       if ((R==currRing)&&(R->ref<=0))
     536      else     
    535537        Print("currRing? ref=%d\n",R->ref);
    536       else
    537538      #endif
    538       rKill(R);
    539539      break;
    540540    }
     
    13331333}
    13341334
     1335#if 0
    13351336leftv sleftv::LHdl()
    13361337{
     
    13591360  return this;
    13601361}
     1362#endif
    13611363
    13621364BOOLEAN assumeStdFlag(leftv h)
  • Singular/subexpr.h

    r974aa2 r7ddcb2  
    8787    void * Data();
    8888    leftv LData(); /* returns &(l[i]) for l[i], otherwise returns this */
    89     leftv LHdl();
     89    //leftv LHdl();
    9090    attr * Attribute();
    9191    inline leftv Next() { return next; }
Note: See TracChangeset for help on using the changeset viewer.