Changeset 96847c in git
- Timestamp:
- Sep 4, 2013, 6:39:40 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- a009faa5fdde26a448e61937ef0e92779f9a83a6
- Parents:
- 3068e8e0178befced3d9ba137e70107441635720
- git-author:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-04 18:39:40+02:00
- git-committer:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-04 18:40:11+02:00
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ellipticcovers.lib
r3068e8 r96847c 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 r96847c 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.