Changeset 9b9ae7 in git for libpolys


Ignore:
Timestamp:
Apr 21, 2011, 2:26:30 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b50cc4fc80fdf2a2005655a08d9229aa4b32d4a5')
Children:
95c1fa73e70651877b9d8e972efa22bb3451547f
Parents:
7a8011cbc1b1fb8318b3e47ab42da1eb89ccf42a
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-21 14:26:30+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:25+01:00
Message:
removed rWrite stuff which is now in n_CoeffWrite
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    r7a8011 r9b9ae7  
    281281  n_CoeffWrite(r->cf);
    282282#if 0
    283   else
    284283  {
    285284    PrintS("//   characteristic : ");
    286     if ( rField_is_R(r) )             PrintS("0 (real)\n");  /* R */
    287     else if ( rField_is_long_R(r) )
    288       Print("0 (real:%d digits, additional %d digits)\n",
    289              r->float_len,r->float_len2);  /* long R */
    290     else if ( rField_is_long_C(r) )
    291       Print("0 (complex:%d digits, additional %d digits)\n",
    292              r->float_len, r->float_len2);  /* long C */
    293     else
    294       Print ("%d\n",rChar(r)); /* Fp(a) */
    295285    if (r->cf->parameter!=NULL)
    296286    {
Note: See TracChangeset for help on using the changeset viewer.