Changeset 2b957a in git for coeffs/modulop.h


Ignore:
Timestamp:
Jun 8, 2010, 11:40:27 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c4c8181ff644b04ae3f3b82007442444a629e055
Parents:
c3d17527305d0cf9da8226a23b8fc95f6e3f37d0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-06-08 23:40:27+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:03+01:00
Message:
Fixing bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/modulop.h

    rc3d175 r2b957a  
    4444const char *  npRead  (const char *s, number *a,const coeffs r);
    4545#ifdef LDEBUG
    46 BOOLEAN npDBTest      (number a,const coeffs r, const char *f, const int l);
    47 #define npTest(A,r)     npDBTest(A,r,__FILE__,__LINE__)
     46BOOLEAN npDBTest      (number a, const char *f, const int l, const coeffs r);
     47#define npTest(A,r)     npDBTest(A,__FILE__,__LINE__, r)
    4848#else
    4949#define npTest(A,r)     (0)
Note: See TracChangeset for help on using the changeset viewer.