Changeset 8167af in git


Ignore:
Timestamp:
Apr 21, 2011, 1:42:31 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
7a8011cbc1b1fb8318b3e47ab42da1eb89ccf42a
Parents:
ae85a3d8eb93a191e0a73a7e20df16f676bd1e8e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-21 13:42:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:25+01:00
Message:
nlCoeffWrite
Location:
libpolys/coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.cc

    rae85a3 r8167af  
    24672467}
    24682468
     2469void    nlCoeffWrite  (const coeffs r)
     2470{
     2471  PrintS("//   characteristic : 0\n");
     2472}
     2473
    24692474BOOLEAN nlInitChar(coeffs r, void* p)
    24702475{
     
    25182523  r->cfInpMult=nlInpMult;
    25192524  r->cfInit_bigint=nlCopyMap;
     2525  r->cfCoeffWrite=nlCoeffWrite;
    25202526#ifdef LDEBUG
    25212527  // debug stuff
  • libpolys/coeffs/longrat.h

    rae85a3 r8167af  
    8989number   nlGetNumerator(number &n, const coeffs r);
    9090number   nlChineseRemainder(number *x, number *q,int rl);
     91void     nlCoeffWrite(const coeffs r);
    9192#ifdef LDEBUG
    9293BOOLEAN  nlDBTest(number a, const char *f, const int l);
Note: See TracChangeset for help on using the changeset viewer.