Ignore:
Timestamp:
Oct 23, 2000, 6:32:28 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
4e5a7685099a0821adc5b12f25a936cf2d1c8a0d
Parents:
c61afc84a34c97075b51d3c34b9fe0d9191ee394
Message:
* towards tailRing in std computations


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

Legend:

Unmodified
Added
Removed
  • Singular/p_ShallowCopyDelete__Template.cc

    rc61afc r233e4c  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: p_ShallowCopyDelete__Template.cc,v 1.3 2000-09-18 09:19:28 obachman Exp $
     9 *  Version: $Id: p_ShallowCopyDelete__Template.cc,v 1.4 2000-10-23 16:32:27 obachman Exp $
    1010 *******************************************************************/
    1111
     
    2727  while (s_p != NULL)
    2828  {
    29     p_AllocBin( d_p->next, d_bin, r);
     29    p_AllocBin(d_p->next, d_bin, r);
    3030    pIter(d_p);
    3131    pSetCoeff0(d_p, pGetCoeff(s_p));
Note: See TracChangeset for help on using the changeset viewer.