Changeset 8eda39 in git


Ignore:
Timestamp:
Sep 30, 2010, 3:18:49 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
6e40bebde519605a89398f8d3d5deba61defc12d
Parents:
29c1363a5cc3f5aba4a1805eaa27635901879349
Message:
debug stuff

git-svn-id: file:///usr/local/Singular/svn/trunk@13341 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    r29c136 r8eda39  
    28532853    {
    28542854      Werror("Bad ordering at %d,%d\n",i,j);
    2855 #ifdef PDEBUG
     2855#if 0 /*Singularg should not differ from Singular except in error case*/
    28562856      p_Write(p,r);
    28572857      p_Write(q,r);
  • kernel/ring.cc

    r29c136 r8eda39  
    429429    }
    430430    else PrintS(" ...");
    431 #ifdef PDEBUG
     431#if 0  /*Singularg should not differ from Singular except in error case*/
    432432    Print("\n//   noncommutative type:%d", (int)ncRingType(r));
    433433    Print("\n//      is skew constant:%d",r->GetNC()->IsSkewConstant);
Note: See TracChangeset for help on using the changeset viewer.