Changeset 94ebce in git


Ignore:
Timestamp:
Jun 1, 2010, 7:16:53 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
03754089880718edbcdd06bf93aa9e883968ff2b
Parents:
9d51998ab5a2fd1f2dd0b9828be8548493355e8d
Message:
debug stuff

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

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    r9d5199 r94ebce  
    320320    j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h);
    321321    if (j < 0) return 1;
    322 #ifdef KDEBUG
    323     if (TEST_OPT_DEBUG)
    324     {
    325       PrintS("T red:");
    326       h->wrp();
    327       PrintS(" with ");
    328       strat->T[j].wrp();
    329     }
    330 #endif
    331 
    332     ksReducePoly(h, &(strat->T[j]), NULL, NULL, strat);
    333 
    334 #ifdef KDEBUG
    335     if (TEST_OPT_DEBUG)
    336     {
    337       PrintS("\nto ");
    338       h->wrp();
    339       PrintLn();
    340     }
    341 #endif
     322
     323    ksReducePoly(h, &(strat->T[j]), NULL, NULL, strat); // with debug output
    342324
    343325    if (h->GetLmTailRing() == NULL)
     
    1006988    rDebugPrint(currRing);
    1007989    PrintLn();
    1008 
    1009     if(strat->tailRing != NULL && strat->tailRing != currRing)
    1010     {
    1011       PrintS("// **** bba start GB: tailRing: ");
    1012       rWrite(strat->tailRing);PrintLn(); rDebugPrint(strat->tailRing);
    1013     }
    1014990  }
    1015991#endif /* MYTEST */
     
    1017993
    1018994#ifdef HAVE_TAIL_RING
    1019   if(!idIs0(F))
     995  if(!idIs0(F) &&(!rField_is_Ring()))  // create strong gcd poly computes with tailring and S[i] ->to be fixed
    1020996    kStratInitChangeTailRing(strat);
    1021997#endif
Note: See TracChangeset for help on using the changeset viewer.