Changeset 96847c in git


Ignore:
Timestamp:
Sep 4, 2013, 6:39:40 PM (11 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
Message:
added tests for ntDiff and ellipticcovers.lib
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ellipticcovers.lib

    r3068e8 r96847c  
    392392{
    393393  if (typeof(P)=="number") {
    394   list xl = ringlist(R)[1][2];
     394  list xl = ringlist(basering)[1][2];
    395395  int j;
    396396  for(j=1; j<=size(xl); j++){
  • libpolys/polys/ext_fields/transext.cc

    r3068e8 r96847c  
    752752  ntTest(d);
    753753
    754   fraction t = (fraction) d;
    755754  if (IS0(d))
    756755  {
     
    758757    return NULL;
    759758  }
     759  fraction t = (fraction) d;
    760760  if (!DENIS1(t))
    761761  {
    762762    WerrorS("expected differentiation by a variable");
    763     return a;
     763    return NULL;
    764764  }
    765765  int k=p_Var(NUM(t),ntRing);
     
    767767  {
    768768    WerrorS("expected differentiation by a variable");
    769     return a;
     769    return NULL;
    770770  }
    771771
Note: See TracChangeset for help on using the changeset viewer.