Changeset 788529d in git for kernel/polys.cc
- Timestamp:
- Apr 21, 2005, 7:15:49 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 571fd10a7ece4806fc608f75612b18cdd3879808
- Parents:
- 6da9757a9ddb8e1b1cfef46b28b9d316d6c9bc75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
r6da9757 r788529d 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1. 5 2005-04-20 17:25:52Singular Exp $ */4 /* $Id: polys.cc,v 1.6 2005-04-21 17:15:49 Singular Exp $ */ 5 5 6 6 /* … … 754 754 static poly pSubst1 (poly p,int n) 755 755 { 756 poly qq ,result = NULL;757 poly zero , non_zero;756 poly qq=NULL, result = NULL; 757 poly zero=NULL, non_zero=NULL; 758 758 759 759 // reverse, so that add is likely to be linear
Note: See TracChangeset
for help on using the changeset viewer.