source:
git/Tst/Short/bug_opposite.tst
@
1c0d95
Last change on this file since 1c0d95 was 1c0d95, checked in by , 3 years ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; |
2 | tst_init(); |
3 | |
4 | // rOppoite |
5 | ring r; |
6 | def o1=opposite(r);o1; |
7 | def o2=opposite(o1);o2; |
8 | ring r1=0,(x,y,z),lp; |
9 | def o3=opposite(r1);o3; |
10 | def o4=opposite(o3);o4; |
11 | |
12 | |
13 | tst_status(1);$ |
Note: See TracBrowser
for help on using the repository browser.