Changeset 2e658f in git


Ignore:
Timestamp:
Nov 21, 2009, 3:01:30 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
Children:
cef1fb8a6b684adbc201e50f3ee51a42e97ee1f6
Parents:
894e1744dd6e6d675a7c9d8a10fe3f6051ca84b8
Message:
Fixes


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.cc

    r894e17 r2e658f  
    17571757                        /*NOTE if gcNext->getUCN is smaller than SearchListRoot->getUCN it follows, that the cone
    17581758                        gcNext will not be used in any more computation. So -> delete
     1759                        BAD IDEA!!! Luckily the delete statement below is never executed since noRevs is
     1760                        invoked from gcRoot which has UCN==1. And apparently the else below is also never executed!
    17591761                        */
    17601762                        if (gcNext->getUCN() < SearchListRoot->getUCN() )
Note: See TracChangeset for help on using the changeset viewer.