Changeset 73a9ffb in git for libpolys/coeffs/modulop.cc


Ignore:
Timestamp:
May 26, 2011, 10:29:03 AM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
488808e90a9444d2ce5d16be059643fdd2e8629e
Parents:
e676cdf123bc41ae953d7fd58106263f5fd02d0c
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-26 10:29:03+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:53+01:00
Message:
made sure that ch is properly set everywhere, and ch >= 0; more ASSUMEs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/modulop.cc

    re676cd r73a9ffb  
    2323// int npGen=0;
    2424
     25/// Our Type!
     26static const n_coeffType ID = n_Zp;
    2527
    2628BOOLEAN npGreaterZero (number k, const coeffs r)
     
    329331BOOLEAN npInitChar(coeffs r, void* p)
    330332{
     333  assume( getCoeffType(r) == ID );
    331334  const int c = (int) (long) p;
    332335
Note: See TracChangeset for help on using the changeset viewer.