Changeset b45ca2 in git


Ignore:
Timestamp:
Jan 19, 2002, 7:38:01 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
76509dc14efd4c04f4909b80735273a426224575
Parents:
d70379bc408f4461637440a4488dcfdb4e84a4ff
Message:
8ahnnes: debug


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

Legend:

Unmodified
Added
Removed
  • Singular/fast_eval.cc

    rd70379 rb45ca2  
    126126    mapoly pp=p;
    127127    p=p->next;
     128    //p_wrp(pp->src, src_r);
    128129    if (pp->ref<=0)
    129130    {
     131      //printf(" (%x) killed\n",pp);
    130132      maMonomial_Destroy(pp, src_r, dest_r);
    131133    }
     134    //else
     135    //  printf(" (%x) not killed, ref=%d\n",pp,pp->ref);
    132136  }
    133137}
Note: See TracChangeset for help on using the changeset viewer.