source: git/Tst/Short/bug_opposite.tst @ 1c0d95

spielwiese
Last change on this file since 1c0d95 was 1c0d95, checked in by Hans Schoenemann <hannes@…>, 4 years ago
fix: rOpposite for lp/rp
  • Property mode set to 100644
File size: 183 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// rOppoite
5ring r;
6def o1=opposite(r);o1;
7def o2=opposite(o1);o2;
8ring r1=0,(x,y,z),lp;
9def o3=opposite(r1);o3;
10def o4=opposite(o3);o4;
11
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.