Changeset df3eef in git for factory/libfac/charset/alg_factor.cc
- Timestamp:
- Mar 12, 2014, 1:59:54 PM (10 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 83c377c9dc46bf696c522964c311d76f58c070c2
- Parents:
- 0aa5d5341e6004e6426fabd0fb0a1f19f6bd7eb4
- git-author:
- Martin Lee <martinlee84@web.de>2014-03-12 13:59:54+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-17 18:31:54+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/libfac/charset/alg_factor.cc
r0aa5d5 rdf3eef 158 158 testlist= factorize(R); 159 159 DEBOUTLN(CERR, "testlist= ", testlist); 160 testlist.removeFirst(); 160 if (testlist.getFirst().factor().inCoeffDomain()) 161 testlist.removeFirst(); 161 162 sqfreetest=1; 162 163 for ( i=testlist; i.hasItem(); i++) … … 232 233 testlist= factorize(R); 233 234 DEBOUTLN(CERR, "testlist= ", testlist); 234 testlist.removeFirst(); 235 if (testlist.getFirst().factor().inCoeffDomain()) 236 testlist.removeFirst(); 235 237 sqfreetest=1; 236 238 for ( i=testlist; i.hasItem(); i++)
Note: See TracChangeset
for help on using the changeset viewer.