Changeset b11128 in git
- Timestamp:
- Jan 21, 2008, 12:19:52 PM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- a2f282249ec19cfc23097e0a535f65c7b4cf87fa
- Parents:
- 0ab7da22b1864f9d6fe30cbbbf75bf4d5fe7acd3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r0ab7da rb11128 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.46 3 2008-01-08 12:10:40Singular Exp $ */4 /* $Id: iparith.cc,v 1.464 2008-01-21 11:19:52 Singular Exp $ */ 5 5 6 6 /* … … 3703 3703 res->data = (char *)pOne(); 3704 3704 int co=(int)(long)v->Data(); 3705 pSetComp((poly)res->data,co); 3706 pSetm((poly)res->data); 3705 if (co>0) 3706 { 3707 pSetComp((poly)res->data,co); 3708 pSetm((poly)res->data); 3709 } 3710 else WerrorS("argument of gen must be positive"); 3707 3711 return (co<=0); 3708 3712 }
Note: See TracChangeset
for help on using the changeset viewer.