Changeset e5ddd4 in git for libpolys/coeffs/modulop.cc
- Timestamp:
- Jul 9, 2018, 5:40:21 PM (5 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- ccc9da500e76f10b1aa7147670bf014a379ce0d1
- Parents:
- 4b5b3658c8e1f3c4b2725057e56be417eb838a72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/modulop.cc
r4b5b36 re5ddd4 266 266 static inline const char* npEati(const char *s, int *i, const coeffs r) 267 267 { 268 return nEati((char *)s,i, r->ch);268 return nEati((char *)s,i,(int)r->ch); 269 269 } 270 270
Note: See TracChangeset
for help on using the changeset viewer.