Changeset 1085d4 in git


Ignore:
Timestamp:
Aug 10, 2011, 4:28:30 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
3b1d9ad2203f374c5bb63a847f440d4759cd47c2
Parents:
db45a2a06453f84672a9bd3c4a2c2230cb7fe17d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 16:28:30+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:18:26+01:00
Message:
fix idid.cc via ipshell.h
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    rdb45a2 r1085d4  
    132132      return (void *) nInit(0);
    133133    case BIGINT_CMD:
    134       return (void *) nlInit(0, NULL /* dummy for nlInit*/);
     134      return (void *) n_Init(0, coeffs_BIGINT);
    135135    case IDEAL_CMD:
    136136    case MODUL_CMD:
  • Singular/ipshell.h

    rdb45a2 r1085d4  
    210210ring rInit(sleftv* pn, sleftv* rv, sleftv* ord);
    211211idhdl rFindHdl(ring r, idhdl n, idhdl w);
    212 
    213 #endif
    214 
     212void   rKill(idhdl h);
     213void   rKill(ring r);
     214
     215#endif
     216
Note: See TracChangeset for help on using the changeset viewer.