Changeset 81c5cb in git for Singular/ipid.cc


Ignore:
Timestamp:
Feb 6, 2012, 6:20:45 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9ec1669f774f9fd5bc45c6c9b8b224cff15ab286
Parents:
eb2d25597130bb1991b6b11239571930294ba1d7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-06 18:20:45+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-06 19:38:19+01:00
Message:
temporary fix for local objects while setting minpoly

FIX: kill local objects (run debug version for details)

TODO: map local objects properly...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    reb2d25 r81c5cb  
    223223}
    224224
    225 char * idrec::String()
     225char * idrec::String(BOOLEAN typed)
    226226{
    227227  sleftv tmp;
     
    230230  tmp.data=IDDATA(this);
    231231  tmp.name=IDID(this);
    232   return tmp.String();
     232  return tmp.String(NULL, typed);
    233233}
    234234
Note: See TracChangeset for help on using the changeset viewer.