Changeset e6f7da9 in git
- Timestamp:
- May 9, 2008, 11:27:24 AM (16 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- f7a73ed1209d4fc117e52cdbefbe3d5ce10759e2
- Parents:
- 5f4c317d3780e3f2cc121a60215990d11068bc3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/sca.cc
r5f4c317 re6f7da9 7 7 * Author: motsak (Oleksandr Motsak) 8 8 * Created: 2006/12/18 9 * Version: $Id: sca.cc,v 1.1 3 2007-07-25 10:53:15Singular Exp $9 * Version: $Id: sca.cc,v 1.14 2008-05-09 09:27:24 Singular Exp $ 10 10 *******************************************************************/ 11 11 … … 708 708 poly m = p_ISet(1, r); 709 709 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--) 713 713 { 714 714 const int lExpA = p_GetExp (a, i, r);
Note: See TracChangeset
for help on using the changeset viewer.