Changeset 8f2bd1f in git


Ignore:
Timestamp:
Feb 6, 2008, 11:39:41 AM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
07b6ac817bf9b45f3a1072c271c5acf9ae3edbd3
Parents:
a539ad11b73ebc8b93d14f33279ca7d7f3a5412c
Message:
kutil.cc:
enteronesrongpoly: memory


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    ra539ad r8f2bd1f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.78 2008-02-06 09:12:46 wienand Exp $ */
     4/* $Id: kutil.cc,v 1.79 2008-02-06 10:39:41 wienand Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    13011301  erg = p_Add_q(pp_Mult_mm(pNext(p), m1, strat->tailRing), pp_Mult_mm(pNext(strat->S[i]), m2, strat->tailRing), strat->tailRing);
    13021302  pNext(gcd) = erg;
     1303  pLmDelete(m1);
     1304  pLmDelete(m2);
    13031305
    13041306#ifdef KDEBUG
Note: See TracChangeset for help on using the changeset viewer.