Changeset a009faa in git
- Timestamp:
- Sep 4, 2013, 7:08:31 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 1ce61abcea7f07c2afb1372898e4bc85915afce4
- Parents:
- 3068e8e0178befced3d9ba137e7010744163572096847c7348e137cdf7a7b5a6ae39fb69f9104ed3
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ellipticcovers.lib
r3068e8 ra009faa 392 392 { 393 393 if (typeof(P)=="number") { 394 list xl = ringlist( R)[1][2];394 list xl = ringlist(basering)[1][2]; 395 395 int j; 396 396 for(j=1; j<=size(xl); j++){ -
libpolys/polys/ext_fields/transext.cc
r3068e8 ra009faa 752 752 ntTest(d); 753 753 754 fraction t = (fraction) d;755 754 if (IS0(d)) 756 755 { … … 758 757 return NULL; 759 758 } 759 fraction t = (fraction) d; 760 760 if (!DENIS1(t)) 761 761 { 762 762 WerrorS("expected differentiation by a variable"); 763 return a;763 return NULL; 764 764 } 765 765 int k=p_Var(NUM(t),ntRing); … … 767 767 { 768 768 WerrorS("expected differentiation by a variable"); 769 return a;769 return NULL; 770 770 } 771 771
Note: See TracChangeset
for help on using the changeset viewer.