Changeset 207e0b in git for Singular/test.cc


Ignore:
Timestamp:
Sep 13, 2011, 11:30:29 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
ADD: more debug output, while trying to debug the 32-bit error (x*x)...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/test.cc

    r86b7aca r207e0b  
    301301  currentVoice=feInitStdin(NULL);
    302302   
    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);
    304304 
    305305  printf("interpreter returns %d\n",err);
     
    364364  // make R the default ring (include rChangeCurrRing):
    365365  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);
    367367
    368368  // calling a kernel function via the interpreter interface
Note: See TracChangeset for help on using the changeset viewer.