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/polys/monomials/p_polys.cc

    r34bed3 r656985  
    20222022        //  StringSetS("** div0:");nWrite(pGetCoeff(p));StringAppendS("/");
    20232023        //  nWrite(h);StringAppendS("=");nWrite(d);StringAppendS(" int:");
    2024         //  nWrite(tmp);Print(StringAppendS("\n"));
     2024        //  nWrite(tmp);Print(StringEndS("\n"));
    20252025        //}
    20262026        //nDelete(&tmp);
     
    23352335        //  StringSetS("** div0:");nWrite(pGetCoeff(p));StringAppendS("/");
    23362336        //  nWrite(h);StringAppendS("=");nWrite(d);StringAppendS(" int:");
    2337         //  nWrite(tmp);Print(StringAppendS("\n"));
     2337        //  nWrite(tmp);Print(StringEndS("\n"));
    23382338        //}
    23392339        //nDelete(&tmp);
Note: See TracChangeset for help on using the changeset viewer.