Changeset a41623 in git for kernel/tgbgauss.cc


Ignore:
Timestamp:
May 27, 2011, 3:52:46 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
410ea0fb1e22ebcb52e33b6789cf294a2d1f663b
Parents:
6e80ab1defd5ab31610bce94c4f375be2fec8d0e
Message:
removed dead code, unused variables etc

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

Legend:

Unmodified
Added
Removed
  • kernel/tgbgauss.cc

    r6e80ab ra41623  
    644644  mp=(mac_poly*) omalloc(i*sizeof (mac_poly));;
    645645  int z;
    646   int z2;
    647646  for(z=0;z<i;z++)
    648647  {
     
    832831    while (m!=NULL)
    833832    {
     833      #ifndef NDEBUG
    834834      if (currRing==r) {nTest(m->coef);}
     835      #endif
    835836      n_Normalize(m->coef,r);
    836837      m=m->next;
Note: See TracChangeset for help on using the changeset viewer.