Changeset cc94f7e in git for kernel/GBEngine/kutil.cc


Ignore:
Timestamp:
Aug 10, 2016, 12:41:43 PM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
d5d857d04cf9046b2cdd0a2ce1fae1415473c269
Parents:
e40da9f8133273ff0b3617f2e95f7bedfa0266bc41b9d0148bbf61fb89cd0f1b5c74a160774f24aa
Message:
Merge branch 'spielwiese' of github.com:Singular/Sources into SigDrop

Conflicts:
	kernel/GBEngine/kstd2.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    re40da9f rcc94f7e  
    24132413//#if 1
    24142414#ifdef DEBUGF5
    2415   Print("P1  ");
     2415  PrintS("P1  ");
    24162416  pWrite(pHead(p));
    2417   Print("P2  ");
     2417  PrintS("P2  ");
    24182418  pWrite(pHead(strat->S[i]));
    2419   Print("M1  ");
     2419  PrintS("M1  ");
    24202420  pWrite(m1);
    2421   Print("M2  ");
     2421  PrintS("M2  ");
    24222422  pWrite(m2);
    24232423#endif
     
    24302430//#if 1
    24312431#ifdef DEBUGF5
    2432   Print("----------------\n");
     2432  PrintS("----------------\n");
    24332433  pWrite(pSigMult);
    24342434  pWrite(sSigMult);
    2435   Print("----------------\n");
     2435  PrintS("----------------\n");
    24362436  Lp.checked  = 0;
    24372437#endif
     
    44794479#ifdef OLI_DEBUG
    44804480    Print("%d, (%d, %d), ind = (%d, %d)\n", cabsind, cexp[1], cexp[2], cind[1], cind[2]);
    4481     Print("zPoly : ");
     4481    PrintS("zPoly : ");
    44824482    wrp(zeroPoly);
    4483     Print("\n");
     4483    PrintLn();
    44844484#endif
    44854485    enterOneZeroPairRing(zeroPoly, t_p, p, ecart, strat, atR);
     
    45394539#ifdef OLI_DEBUG
    45404540    Print("%d, (%d, %d), ind = (%d, %d)\n", cabsind, cexp[1], cexp[2], cind[1], cind[2]);
    4541     Print("zPoly : ");
     4541    PrintS("zPoly : ");
    45424542    wrp(zeroPoly);
    4543     Print("\n");
     4543    PrintLn();
    45444544#endif
    45454545    // Add to ideal
     
    70747074//#if 1
    70757075#ifdef DEBUGF5
    7076   Print("syzygy criterion checks:  ");
     7076  PrintS("syzygy criterion checks:  ");
    70777077  pWrite(sig);
    70787078#endif
     
    71147114    return FALSE;
    71157115#ifdef DEBUGF5
    7116   Print("--- syzygy criterion checks:  ");
     7116  PrintS("--- syzygy criterion checks:  ");
    71177117  pWrite(sig);
    71187118#endif
     
    71747174//#if 1
    71757175#ifdef DEBUGF5
    7176     Print("checking with:  ");
     7176    PrintS("checking with:  ");
    71777177    pWrite(strat->sig[k]);
    71787178    pWrite(pHead(strat->S[k]));
     
    71937193  }
    71947194#ifdef DEBUGF5
    7195   Print("ALL ELEMENTS OF S\n----------------------------------------\n");
     7195  PrintS("ALL ELEMENTS OF S\n----------------------------------------\n");
    71967196  for(int kk = 0; kk<strat->sl+1; kk++)
    71977197  {
    71987198    pWrite(pHead(strat->S[kk]));
    71997199  }
    7200   Print("------------------------------\n");
     7200  PrintS("------------------------------\n");
    72017201#endif
    72027202  return FALSE;
     
    92979297    pWrite(strat->sig[k]);
    92989298  }
    9299   Print("--- LIST S END ---\n");
     9299  PrintS("--- LIST S END ---\n");
    93009300#endif
    93019301}
Note: See TracChangeset for help on using the changeset viewer.