Changeset 4b79c7b in git for Tst/Manual/lp2ivId.tst


Ignore:
Timestamp:
Jan 28, 2019, 12:09:33 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
d59bc4cf80963a61978ac9d26d399d9a7bcbffd2
Parents:
4f17aa2a324b7e1a0b6f821f629725345baeb182
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-01-28 12:09:33+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-01-28 12:40:18+01:00
Message:
tests: silence "extend .... warning for dyn. modules
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Manual/lp2ivId.tst

    r4f17aa2 r4b79c7b  
    22LIB "fpadim.lib";
    33ring r = 0,(x,y,z),dp;
    4 def R = makeLetterplaceRing(5); // constructs a Letterplace ring
     4def R = freeAlgebra(r,5); // constructs a Letterplace ring
    55setring R; // sets basering to Letterplace ring
    66poly p = x*x*z; poly q = y*y*x*x;
Note: See TracChangeset for help on using the changeset viewer.