Changeset 512a2b in git for Singular/matpol.cc


Ignore:
Timestamp:
Sep 18, 2000, 11:19:39 AM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d1655e92ca71fb37d1b57af88efdff5b65b8988b
Parents:
f3398d316400fe1ee1677fc397cacb80566ac664
Message:
p_polys.h


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

Legend:

Unmodified
Added
Removed
  • Singular/matpol.cc

    rf3398d r512a2b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: matpol.cc,v 1.34 2000-09-12 16:01:02 obachman Exp $ */
     4/* $Id: matpol.cc,v 1.35 2000-09-18 09:19:15 obachman Exp $ */
    55
    66/*
     
    1919#include "kstd1.h"
    2020#include "polys.h"
    21 #include <omalloc.h>
     21#include "omalloc.h"
    2222#include "febase.h"
    2323#include "numbers.h"
     
    15961596    else
    15971597    {
    1598       pDelete1(&a2);
     1598      pDeleteLm(&a2);
    15991599      a = pNext(a) = a1;
    16001600      pIter(a1);
     
    16111611    }
    16121612  }
    1613   pDelete1(&p);
     1613  pDeleteLm(&p);
    16141614  return p;
    16151615}
Note: See TracChangeset for help on using the changeset viewer.