Changeset 11206af in git


Ignore:
Timestamp:
Jun 23, 2010, 5:51:09 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
minor clean ups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/modulop.cc

    r9306a01 r11206af  
    1818#include "modulop.h"
    1919
    20 int npGen=0;
     20// int npGen=0;
     21
    2122
    2223#ifdef HAVE_DIV_MOD
     
    292293{
    293294#if !defined(HAVE_DIV_MOD) || !defined(HAVE_MULT_MOD)
    294     npGen = npExpTable[1];
     295//    npGen = npExpTable[1];
    295296#endif
    296297}
     
    320321void npInitChar(coeffs r, void* p)
    321322{
    322   int c= (int) (long) p;
     323  const int c = (int) (long) p;
     324
     325  assume( c > 0 );
     326 
    323327  int i, w;
    324328
Note: See TracChangeset for help on using the changeset viewer.