Ignore:
Timestamp:
Aug 12, 2011, 8:34:32 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e7e815050f6c74d4fc691c162a9a76687b36c5c3
Parents:
3da9f4eecf506fa238a5377a07d73051db6ceb9b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-12 20:34:32+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:30:46+01:00
Message:
FIX: rDefault(const char*) - returns a handle... moved to ipshell
CHG: minor changes in ffields
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.h

    r3da9f4 r2b7f4e  
    336336////////// DEPRECATED
    337337/////// void   rChangeCurrRing(ring r);
    338 //void   rSetHdl(idhdl h);
    339 //ring   rInit(sleftv* pn, sleftv* rv, sleftv* ord);
    340 idhdl  rDefault(const char *s);
     338
    341339ring   rDefault(int ch, int N, char **n);
    342340ring   rDefault(const coeffs cf, int N, char **n);
    343 ring rDefault(int ch, int N, char **n,int ord_size, int *ord, int *block0, int *block1);
    344 ring rDefault(const coeffs cf, int N, char **n,int ord_size, int *ord, int *block0, int *block1);
     341ring   rDefault(int ch, int N, char **n,int ord_size, int *ord, int *block0, int *block1);
     342ring   rDefault(const coeffs cf, int N, char **n,int ord_size, int *ord, int *block0, int *block1);
    345343
    346344// #define rIsRingVar(A) r_IsRingVar(A,currRing)
Note: See TracChangeset for help on using the changeset viewer.