Changeset 75a33a7 in git


Ignore:
Timestamp:
Apr 30, 2013, 3:05:46 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ffddda2f63e0e8ea14b8947f59ef5a05fbdbaa43
Parents:
7b7f57814442137d3a1ecedc04d3a2efe5baf5c5
Message:
fix: removed more debug output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    r7b7f578 r75a33a7  
    41574157      goto NEXT_STEP;
    41584158    }
    4159     Print("\n//REC_GB_Mwalk: Entering the %d-th step in the %d-th recursive:\n",nwalk,tp_deg);
     4159    //Print("\n//REC_GB_Mwalk: Entering the %d-th step in the %d-th recursive:\n",nwalk,tp_deg);
    41604160    to = clock();
    41614161    // compute an initial form ideal of <G> w.r.t. "curr_vector"
     
    42424242    if(Overflow_Error == TRUE)
    42434243    {
    4244       PrintS("\n//REC_GB_Mwalk: The computed vector does NOT stay in the correct cone!!\n");
     4244      //PrintS("\n//REC_GB_Mwalk: The computed vector does NOT stay in the correct cone!!\n");
    42454245      nnwinC = 0;
    42464246      if(tp_deg == nV)
Note: See TracChangeset for help on using the changeset viewer.