Changeset dd01bf0 in git for Singular/clapsing.cc


Ignore:
Timestamp:
Nov 14, 2000, 5:05:03 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
97f271511be5359e5441950de02fbbacab263f65
Parents:
fdca1c0f555e1f30c95e95547738fa50444aed73
Message:
* fixed memory leaks (longalg, NF, syz)
* eliminated OPT_MOREPAIS, CANCELUNIT, REDBEST
* prepared for tailRings in local case


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

Legend:

Unmodified
Added
Removed
  • Singular/clapsing.cc

    rfdca1c0 rdd01bf0  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.73 2000-11-08 15:34:48 obachman Exp $
     5// $Id: clapsing.cc,v 1.74 2000-11-14 16:04:50 obachman Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    597597        nnt->z=convClapPSingTr( i.getItem());
    598598        nTest(nt);
     599        omFreeBin(nt, rnumber_bin);
    599600        #endif
    600601        c->z=convClapPSingTr( i.getItem() / g );
Note: See TracChangeset for help on using the changeset viewer.