source: git/Tst/New/interred_prot.tst @ a2e447

spielwiese
Last change on this file since a2e447 was 1ebec3, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Added tests for wring prot output (weight2.tst)
  • Property mode set to 100644
File size: 219 bytes
Line 
1option();
2
3LIB "tst.lib"; tst_init();
4
5option();
6
7ring s12=32003,(x,y,z,w),dp;
8ideal i0=x2-z10-z20,xy3-z10-z30,y6-xy3w40;
9option(redSB);
10option(prot);
11test(23+32);
12
13option();
14interred(i0^3);
15option();
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.