Changeset 207e0b in git
- Timestamp:
- Sep 13, 2011, 11:30:29 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 0f08711352d59ff64a90568b3884f052421e7309
- Parents:
- 86b7aca42daec7197ed82f8a2fe137fe4c04bc18
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-13 23:30:29+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:46+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/test.cc
r86b7aca r207e0b 301 301 currentVoice=feInitStdin(NULL); 302 302 303 int err=iiEStart(omStrDup("ring R; R; kill R; return();\n"),NULL);303 int err=iiEStart(omStrDup("ring R; R; system(\"r\", R); kill R; return();\n"),NULL); 304 304 305 305 printf("interpreter returns %d\n",err); … … 364 364 // make R the default ring (include rChangeCurrRing): 365 365 rSetHdl(newRingHdl); 366 err=iiEStart(omStrDup(" poly p=x; p; poly pp = p * p; pp; listvar(); return();\n"),NULL);366 err=iiEStart(omStrDup("R; system(\"r\", R); poly p=x; p; system(\"p\", p); \"\"; poly pp = p * p; pp; listvar(); return();\n"),NULL); 367 367 368 368 // calling a kernel function via the interpreter interface
Note: See TracChangeset
for help on using the changeset viewer.