Changeset 11206af in git
- Timestamp:
- Jun 23, 2010, 5:51:09 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 0e4b5fe179e816e354295fde482d1b250688e92b
- Parents:
- 9306a018288373a7ff57e28d75220387d5ade91b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-06-23 17:51:09+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:17+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coeffs/modulop.cc
r9306a01 r11206af 18 18 #include "modulop.h" 19 19 20 int npGen=0; 20 // int npGen=0; 21 21 22 22 23 #ifdef HAVE_DIV_MOD … … 292 293 { 293 294 #if !defined(HAVE_DIV_MOD) || !defined(HAVE_MULT_MOD) 294 npGen = npExpTable[1];295 // npGen = npExpTable[1]; 295 296 #endif 296 297 } … … 320 321 void npInitChar(coeffs r, void* p) 321 322 { 322 int c= (int) (long) p; 323 const int c = (int) (long) p; 324 325 assume( c > 0 ); 326 323 327 int i, w; 324 328
Note: See TracChangeset
for help on using the changeset viewer.