Changeset 0ef842 in git for kernel/polys.cc
- Timestamp:
- Nov 24, 2006, 1:18:28 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 3504d7274c5b65041397e64fd259f10b923a19a4
- Parents:
- 3705d5c995e721d82fb6dad60d586e998ed821ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
r3705d5c r0ef842 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1.1 1 2006-10-05 18:25:10Singular Exp $ */4 /* $Id: polys.cc,v 1.12 2006-11-24 12:18:27 Singular Exp $ */ 5 5 6 6 /* … … 404 404 { 405 405 result = q; 406 while ((q!=NULL) && (pGetComp(q)==k))406 do 407 407 { 408 408 pSetComp(q,0); … … 411 411 pIter(q); 412 412 } 413 while ((q!=NULL) && (pGetComp(q)==k)); 413 414 *p = q; 414 415 pNext(qq) = NULL;
Note: See TracChangeset
for help on using the changeset viewer.