Changeset b529d9 in git
- Timestamp:
- Jul 23, 2007, 3:58:56 PM (16 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 9b10a769bb37d7a323667cb6440f6c69fa011072
- Parents:
- 9870019aa6443f84c0f191537798b699dea0a7b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
r987001 rb529d9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1.2 2 2007-07-05 08:35:10Singular Exp $ */4 /* $Id: polys.cc,v 1.23 2007-07-23 13:58:56 Singular Exp $ */ 5 5 6 6 /* … … 228 228 if (((unsigned long)i) > r->bitmask) 229 229 { 230 // exponent to large: it is not a monomial 231 p_DeleteLm(&rc,r); 230 232 return s_save; 231 233 } … … 234 236 else 235 237 { 238 // 1st char of is not a varname 239 p_DeleteLm(&rc,r); 236 240 s--; 237 241 return s;
Note: See TracChangeset
for help on using the changeset viewer.