Changeset fb82895 in git for kernel/matpol.cc


Ignore:
Timestamp:
Jun 22, 2010, 6:29:47 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
0398e1a2da70828a8f9d960d4942585db16f2a73
Parents:
963057da7a809bc812a86897df7ddc609e67a449
Message:
pDeleteLm ->pLmDelete

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

Legend:

Unmodified
Added
Removed
  • kernel/matpol.cc

    r963057 rfb82895  
    15981598    else
    15991599    {
    1600       pDeleteLm(&a2);
     1600      pLmDelete(&a2);
    16011601      a = pNext(a) = a1;
    16021602      pIter(a1);
     
    16131613    }
    16141614  }
    1615   pDeleteLm(&p);
     1615  pLmDelete(&p);
    16161616  return p;
    16171617}
Note: See TracChangeset for help on using the changeset viewer.