Changeset 98938c in git for kernel/polys.cc


Ignore:
Timestamp:
Jan 18, 2005, 6:28:23 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e08d42912b75209c016d435fb8c2bb1880fee6aa
Parents:
9bc0b8b754d053a75aebcc3d0ab6ffa38cd67cf1
Message:
*hannes: fixed memory leak in pNorm


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r9bc0b8 r98938c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.3 2004-08-13 10:04:21 Singular Exp $ */
     4/* $Id: polys.cc,v 1.4 2005-01-18 17:28:23 Singular Exp $ */
    55
    66/*
     
    664664    if (pNext(p1)==NULL)
    665665    {
    666       pSetCoeff0(p1,nInit(1));
     666      pSetCoeff(p1,nInit(1));
    667667      return;
    668668    }
Note: See TracChangeset for help on using the changeset viewer.