Changeset f6c7c9b in git for kernel/f5lists.cc


Ignore:
Timestamp:
Mar 18, 2009, 2:39:13 PM (14 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
d92713daaf53064c41302f5ac677aa51908ff3c9
Parents:
810a4af4676af92fb8445bdc35075ece1f8751dd
Message:
deleted criterion2-tests if the element does not have the current index


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

Legend:

Unmodified
Added
Removed
  • kernel/f5lists.cc

    r810a4af rf6c7c9b  
    764764    //Print("ADDRESS OF RNODE: %p\n",newElement);
    765765    //Print("ADDRESS OF RNODE DATA: %p\n",newElement->getRule());
     766    newElement->next    =   this;
     767    return newElement;
     768   
     769    /*
     770     * not useful, as it does not only adds new rules to be tested but also
     771     * deletes rules to be tested if a rule is set to another place in the line
     772     *
    766773    if(NULL == this || this->getRuleIndex() < newElement->getRuleIndex()) {
    767774        newElement->next    =   this;
     
    793800    }
    794801    return newElement;
     802    */
    795803}
    796804
Note: See TracChangeset for help on using the changeset viewer.