Changeset 0ef842 in git for kernel/polys.cc


Ignore:
Timestamp:
Nov 24, 2006, 1:18:28 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
3504d7274c5b65041397e64fd259f10b923a19a4
Parents:
3705d5c995e721d82fb6dad60d586e998ed821ca
Message:
*hannes: optim.


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r3705d5c r0ef842  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.11 2006-10-05 18:25:10 Singular Exp $ */
     4/* $Id: polys.cc,v 1.12 2006-11-24 12:18:27 Singular Exp $ */
    55
    66/*
     
    404404  {
    405405    result = q;
    406     while ((q!=NULL) && (pGetComp(q)==k))
     406    do
    407407    {
    408408      pSetComp(q,0);
     
    411411      pIter(q);
    412412    }
     413    while ((q!=NULL) && (pGetComp(q)==k));
    413414    *p = q;
    414415    pNext(qq) = NULL;
Note: See TracChangeset for help on using the changeset viewer.