Changeset 45cc512 in git for libpolys/coeffs/modulop.cc
- Timestamp:
- Dec 5, 2013, 3:34:22 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 0acf3e38387201ff9fd3220d3febd9296fda35dd
- Parents:
- 6cce775fcf124d803afe198a1cae685953241af3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/modulop.cc
r6cce775 r45cc512 425 425 } 426 426 427 static char* npCoeffString(const coeffs r) 428 { 429 char *s=(char*)omAlloc(11); 430 snprintf(s,11,"%d",r->ch); 431 return s; 432 } 433 427 434 BOOLEAN npInitChar(coeffs r, void* p) 428 435 { … … 440 447 r->cfKillChar=npKillChar; 441 448 r->nCoeffIsEqual=npCoeffsEqual; 449 r->cfCoeffString=npCoeffString; 442 450 443 451 r->cfMult = npMult;
Note: See TracChangeset
for help on using the changeset viewer.