Changeset 61a050 in git
- Timestamp:
- Sep 29, 2011, 2:53:30 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 90aec7cff5c6f80707df1dab11b76ec197feef31
- Parents:
- 0ff2030fd072d70a06a89af842c039505b704f90
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-09-29 14:53:30+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:47+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipassign.cc
r0ff203 r61a050 126 126 #else 127 127 currRing->ShortOut = shortOut; 128 coeffs cf = currRing->cf; 129 while (nCoeff_is_Extension(cf)) { 130 cf->extRing->ShortOut = shortOut; 131 assume(cf->extRing != NULL); 132 cf = cf->extRing->cf; 133 } 128 134 #endif 129 135 } -
Tst/New/trans_ext_std.tst
r0ff203 r61a050 6 6 Id[3]=cy^2+sy^2-1; 7 7 std(Id); // GB in Q( I,T,Px,Py,Cx,Cy,Sx,Sy,a,b,dt,dx,dy )[ i,t,x,y,cx,cy,sx,sy ]! 8 ring abP = (0,a,b),(p4,p5),dp; 9 ideal abE; 10 abE[1]=-p4+p5+(ab+a+b2+3b); 11 abE[2]=-p5+(a2+2a); 12 abE[3]=(a-b)*p4+(-a)*p5+(-a2+b3+3b2); 13 abE; 14 option(redSB); 15 option(redTail); 16 std(abE); 8 17 tst_status(1);$ 9 18
Note: See TracChangeset
for help on using the changeset viewer.