Changeset ceaa04 in git for factory/cf_factor.cc


Ignore:
Timestamp:
Nov 24, 2009, 3:22:44 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
38f763ebc0e6bb2edf001bab9337f25e3968589e
Parents:
d4f1b95bd0e770f9604f2584ed80d773a7b2977b
Message:
*hannes: code cleanup

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

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    rd4f1b95 rceaa04  
    193193    while(j>0) { t*=tt; j--; }
    194194  }
    195   if ((f-t)!=0) { printf("problem:\n");out_cf("factor:",f," has problems\n");}
     195  if (!(f-t).isZero()) { printf("problem:\n");out_cf("factor:",f," has problems\n");}
    196196}
    197197//#endif
Note: See TracChangeset for help on using the changeset viewer.