Changeset 00d2a4 in git for libpolys/coeffs


Ignore:
Timestamp:
Feb 20, 2013, 5:46:21 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5602268070a5515f6c8a239a56a190a45699fcfd
Parents:
c76ff65d85851a1aa35d35a8db7408b7642e643a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 17:46:21+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 18:58:27+01:00
Message:
Fixed the usage pattern for StringEndS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffWrite

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