Changeset d4e056 in git


Ignore:
Timestamp:
Sep 12, 2011, 8:22:17 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
746fd80742c1e20e2d5217c8ae3e6f83cc06824e
Parents:
6afce679d1a387e1e2b1495601f0048080fbd66c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-12 20:22:17+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:45+01:00
Message:
ADD: test multiplication via the Singular interpreter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/test.cc

    r6afce6 rd4e056  
    364364  // make R the default ring (include rChangeCurrRing):
    365365  rSetHdl(newRingHdl);
    366   err=iiEStart(omStrDup("poly p=x;listvar();return();\n"),NULL);
     366  err=iiEStart(omStrDup("poly p=x; 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.