Changeset 45cc512 in git for libpolys/coeffs/rmodulon.cc
- Timestamp:
- Dec 5, 2013, 3:34:22 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 0acf3e38387201ff9fd3220d3febd9296fda35dd
- Parents:
- 6cce775fcf124d803afe198a1cae685953241af3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/rmodulon.cc
r6cce775 r45cc512 47 47 } 48 48 49 static char* nrnCoeffString(const coeffs r) 50 { 51 char* s = (char*) omAlloc(7+11+2); 52 sprintf(s,"integer,%lu",r->modExponent); 53 return s; 54 } 49 55 50 56 /* for initializing function pointers */ … … 60 66 is a GMP number */ 61 67 r->ch = mpz_get_ui(r->modNumber); 68 69 r->cfCoeffString = nrnCoeffString; 62 70 63 71 r->cfInit = nrnInit;
Note: See TracChangeset
for help on using the changeset viewer.