Changeset fc15cc7 in git for kernel/gring.cc


Ignore:
Timestamp:
Jul 4, 2011, 7:15:35 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f18d7db31e50bf3a96e0734078694749d216d31e
Parents:
0312c51932007766f7474511cc741c2233b62ef9
Message:
moved some debug stuff

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

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    r0312c5 rfc15cc7  
    18291829
    18301830  M2=p_Add_q(M2,M1,r);                           // M2 = spoly(lt(p1), lt(p2)) + m1 * tail(p1), delete M1
     1831#ifdef PDEBUG
    18311832  M1=NULL;
    1832 #ifdef PDEBUG
    18331833  p_Test(M2,r);
    18341834
     
    18581858
    18591859  M2 = p_Add_q(M2,M1,r);                           // M2 = spoly(lt(p1), lt(p2)) + m1 * tail(p1) + m2*tail(p2)
     1860
     1861#ifdef PDEBUG
    18601862  M1=NULL;
    1861 
    1862 #ifdef PDEBUG
    18631863  p_Test(M2,r);
    18641864
     
    18681868
    18691869#endif
    1870                                                  // delete M1
    18711870
    18721871  p_Delete(&m1,r);  //  => n_Delete(&C1,r);
     
    18781877
    18791878  if (M2!=NULL) p_Cleardenom(M2,r);
    1880 //  if (M2!=NULL) p_Content(M2);
    18811879
    18821880  return(M2);
Note: See TracChangeset for help on using the changeset viewer.