Changeset 5ad2f8 in git


Ignore:
Timestamp:
Aug 11, 2011, 2:15:09 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
98b2d31b17c8fc03942979eaba87c582d0a6eebf
Parents:
a8ee9fd4127d41a25614239acf6eebbd463a5c9c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-11 14:15:09+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:14+01:00
Message:
fix silink.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/silink.cc

    ra8ee9f r5ad2f8  
    778778    {
    779779      StringSetS("");
    780       nWrite(IDRING(h)->cf->minpoly);
     780      p_Write(IDRING(h)->cf->extRing->minideal->m[0],IDRING(h)->cf->extRing);
    781781      rhs = StringAppendS("");
    782782      if (fprintf(fd, "; minpoly = %s", rhs) == EOF) return EOF;
Note: See TracChangeset for help on using the changeset viewer.