Changeset a009faa in git


Ignore:
Timestamp:
Sep 4, 2013, 7:08:31 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1ce61abcea7f07c2afb1372898e4bc85915afce4
Parents:
3068e8e0178befced3d9ba137e7010744163572096847c7348e137cdf7a7b5a6ae39fb69f9104ed3
Message:
Merge pull request #359 from jankoboehm/spielwiese

added tests for ntDiff and ellipticcovers.lib
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ellipticcovers.lib

    r3068e8 ra009faa  
    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 ra009faa  
    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.