Changeset c723d80 in git


Ignore:
Timestamp:
Apr 11, 2012, 3:46:47 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
16a0dff5411888a4f70e800b97597f593dcdfb82
Parents:
a034968a1bff5f6e4e9ad126551a2e9a377d9f60
git-author:
Martin Lee <martinlee84@web.de>2012-04-11 15:46:47+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-05-07 14:11:30+02:00
Message:
chg: test divisibility of primitive part
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    ra03496 rc723d80  
    777777        //maybe it's better to test if ppH is an element of F(\alpha) before
    778778        //mapping down
    779         DEBOUTLN (cerr, "ppH before mapDown= " << ppH);
    780         ppH= mapDown (ppH, prim_elem, im_prim_elem, alpha, u, v);
    781         ppH /= Lc(ppH);
    782         DEBOUTLN (cerr, "ppH after mapDown= " << ppH);
    783         if (fdivides (ppH, A) && fdivides (ppH, B))
    784         {
     779        if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
     780        {
     781          DEBOUTLN (cerr, "ppH before mapDown= " << ppH);
     782          ppH= mapDown (ppH, prim_elem, im_prim_elem, alpha, u, v);
     783          ppH /= Lc(ppH);
     784          DEBOUTLN (cerr, "ppH after mapDown= " << ppH);
    785785          if (substitute > 1)
    786786          {
     
    791791        }
    792792      }
    793       else if (fdivides (ppH, A) && fdivides (ppH, B))
     793      else if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
    794794      {
    795795        if (substitute > 1)
     
    10661066      if (inextension)
    10671067      {
    1068         if (fdivides(ppH, GFMapUp(A, k)) && fdivides(ppH, GFMapUp(B,k)))
     1068        if (fdivides(ppH, ppA) && fdivides(ppH, ppB))
    10691069        {
    10701070          DEBOUTLN (cerr, "ppH before mapDown= " << ppH);
     
    10821082      else
    10831083      {
    1084         if (fdivides (ppH, A) && fdivides (ppH, B))
     1084        if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
    10851085        {
    10861086          if (substitute > 1)
     
    14211421      ppH /= Lc (ppH);
    14221422      DEBOUTLN (cerr, "ppH= " << ppH);
    1423       if (fdivides (ppH, A) && fdivides (ppH, B))
     1423      if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
    14241424      {
    14251425        if (substitute > 1)
     
    30603060        //maybe it's better to test if ppH is an element of F(\alpha) before
    30613061        //mapping down
    3062         DEBOUTLN (cerr, "ppH before mapDown= " << ppH);
    3063         ppH= mapDown (ppH, prim_elem, im_prim_elem, alpha, u, v);
    3064         ppH /= Lc(ppH);
    3065         DEBOUTLN (cerr, "ppH after mapDown= " << ppH);
    3066         if (fdivides (ppH, A) && fdivides (ppH, B))
    3067         {
     3062        if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
     3063        {
     3064          DEBOUTLN (cerr, "ppH before mapDown= " << ppH);
     3065          ppH= mapDown (ppH, prim_elem, im_prim_elem, alpha, u, v);
     3066          ppH /= Lc(ppH);
     3067          DEBOUTLN (cerr, "ppH after mapDown= " << ppH);
    30683068          if (substitute > 1)
    30693069          {
     
    30743074        }
    30753075      }
    3076       else if (fdivides (ppH, A) && fdivides (ppH, B))
     3076      else if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
    30773077      {
    30783078        if (substitute > 1)
     
    32503250            //maybe it's better to test if ppH is an element of F(\alpha) before
    32513251            //mapping down
    3252             DEBOUTLN (cerr, "ppH before mapDown= " << ppH);
    3253             ppH= mapDown (ppH, prim_elem, im_prim_elem, alpha, u, v);
    3254             ppH /= Lc(ppH);
    3255             DEBOUTLN (cerr, "ppH after mapDown= " << ppH);
    3256             if (fdivides (ppH, A) && fdivides (ppH, B))
     3252            if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
    32573253            {
     3254              DEBOUTLN (cerr, "ppH before mapDown= " << ppH);
     3255              ppH= mapDown (ppH, prim_elem, im_prim_elem, alpha, u, v);
     3256              ppH /= Lc(ppH);
     3257              DEBOUTLN (cerr, "ppH after mapDown= " << ppH);
    32583258              if (substitute > 1)
    32593259              {
     
    32643264            }
    32653265          }
    3266           else if (fdivides (ppH, A) && fdivides (ppH, B))
     3266          else if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
    32673267          {
    32683268            if (substitute > 1)
     
    35613561      DEBOUTLN (cerr, "ppH= " << ppH);
    35623562
    3563       if (fdivides (ppH, A) && fdivides (ppH, B))
     3563      if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
    35643564      {
    35653565        if (substitute > 1)
     
    37863786          ppH /= Lc (ppH);
    37873787          DEBOUTLN (cerr, "ppH= " << ppH);
    3788           if (fdivides (ppH, A) && fdivides (ppH, B))
     3788          if (fdivides (ppH, ppA) && fdivides (ppH, ppB))
    37893789          {
    37903790            if (substitute > 1)
Note: See TracChangeset for help on using the changeset viewer.