Changeset e3085c in git for HOWTO-libsingular
- Timestamp:
- Aug 9, 2011, 10:00:01 AM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 1c809c1579c01ae7d06853e5aa79acd60614199b
- Parents:
- 38219defaad805aae3d88e1ac47093d34e8ac15d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HOWTO-libsingular
r38219d re3085c 65 65 // hook for error handling: 66 66 // WerrorS_callback=......; of type p(const char *) 67 int err=ii EStart(omStrDup("int ver=system(\"version\");export ver;return();\n"),NULL);67 int err=iiAllStart(NULL,"int ver=system(\"version\");\n",BT_proc,0); 68 68 if (err) errorreported = 0; // reset error handling 69 69 printf("interpreter returns %d\n",err); … … 96 96 // make R the default ring (include rChangeCurrRing): 97 97 rSetHdl(newRingHdl); 98 err=ii EStart(omStrDup("poly p=x;listvar();return();\n"),NULL);98 err=iiAllStart(NULL,"poly p=x;listvar();return();\n"),BT_Proc,0); 99 99 100 100 // calling a kernel function via the interpreter interface
Note: See TracChangeset
for help on using the changeset viewer.