Changeset dd01bf0 in git for Singular/intvec.cc


Ignore:
Timestamp:
Nov 14, 2000, 5:05:03 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
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/intvec.cc

    rfdca1c0 rdd01bf0  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: intvec.cc,v 1.20 2000-10-26 07:19:17 pohl Exp $ */
     4/* $Id: intvec.cc,v 1.21 2000-11-14 16:04:53 obachman Exp $ */
    55/*
    66* ABSTRACT: class intvec: lists/vectors of integers
     
    418418    res = ivTranp(kern);
    419419  delete kern;
     420  delete perm;
    420421  return res;
    421422}
Note: See TracChangeset for help on using the changeset viewer.