Changeset c79a9d in git for factory/facFqSquarefree.cc


Ignore:
Timestamp:
Oct 13, 2011, 1:21:35 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
5f9b47ed5a8e9e527497f05d9afe96ec3e076cbf
Parents:
3e70950f6eff7e879a05817dd9e4bb45aeb175ca
Message:
bug fix in squarefree factorization and faster way to recover factors in factorization


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

Legend:

Unmodified
Added
Removed
  • factory/facFqSquarefree.cc

    r3e7095 rc79a9d  
    112112  bool GF= false;
    113113  if (CFFactory::gettype() == GaloisFieldDomain)
    114   {
    115114    k= getGFDegree();
    116     GF= true;
    117   }
    118   if (alpha.level() != 1)
     115  else if (alpha.level() != 1)
    119116    k= degree (getMipo (alpha));
    120117  else
Note: See TracChangeset for help on using the changeset viewer.