Changeset e6f7da9 in git


Ignore:
Timestamp:
May 9, 2008, 11:27:24 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
Children:
f7a73ed1209d4fc117e52cdbefbe3d5ce10759e2
Parents:
5f4c317d3780e3f2cc121a60215990d11068bc3a
Message:
*hannes: pVariables is reserved


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

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    r5f4c317 re6f7da9  
    77 *  Author:  motsak (Oleksandr Motsak)
    88 *  Created: 2006/12/18
    9  *  Version: $Id: sca.cc,v 1.13 2007-07-25 10:53:15 Singular Exp $
     9 *  Version: $Id: sca.cc,v 1.14 2008-05-09 09:27:24 Singular Exp $
    1010 *******************************************************************/
    1111
     
    708708  poly m = p_ISet(1, r);
    709709
    710   const int pVariables = r->N;
    711 
    712   for (int i = pVariables; i; i--)
     710  const int N = r->N;
     711
     712  for (int i = N; i>0; i--)
    713713  {
    714714    const int lExpA = p_GetExp (a, i, r);
Note: See TracChangeset for help on using the changeset viewer.