Changeset 656985 in git for libpolys/coeffs


Ignore:
Timestamp:
Feb 4, 2013, 7:08:59 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
67242b64d178faf65f7a6059740248dcfbf15c53
Parents:
34bed3afb398ed629ac9df0a7633a0816ba27718
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-04 19:08:59+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-07 20:01:51+01:00
Message:
Fix the remaining wrongs due to API change: PrintS+StringAppendS -> PrintS+StringEndS!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffWrite

    r34bed3 r656985  
    66    {
    77      StringSetS("//   minpoly        : ");
    8       nfShowMipo();PrintS(StringAppendS("\n"));
     8      nfShowMipo();PrintS(StringEndS("\n"));
    99    }
    1010  }
     
    5858      else if (r==currRing)
    5959      {
    60         StringSetS(""); nWrite(r->minpoly); PrintS(StringAppendS("\n"));
     60        StringSetS(""); nWrite(r->minpoly); PrintS(StringEndS("\n"));
    6161      }
    6262      else
Note: See TracChangeset for help on using the changeset viewer.