Changeset 7308ee in git


Ignore:
Timestamp:
Sep 3, 2013, 7:16:16 PM (10 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
0b8402984cde399f7cfc35b9e16b563913f207e1
Parents:
fde4e42d36b6b8f24447bcbe2975e9d91dd95f13
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-03 19:16:16+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-03 19:36:12+02:00
Message:
minor changes with respect to ntDiff
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rfde4e4 r7308ee  
    43704370static BOOLEAN jjDIFF_COEF(leftv res, leftv u, leftv v)
    43714371{
    4372   if (currRing->cf->type!=n_transExt)
     4372  if (!nCoeff_is_transExt(currRing->cf))
    43734373  {
    43744374    WerrorS("differentiation not defined in the coefficient ring");
  • libpolys/polys/ext_fields/transext.cc

    rfde4e4 r7308ee  
    753753
    754754  fraction t = (fraction) d;
     755  if (IS0(d)) WerrorS("ringvar expected");
    755756  if (!DENIS1(t))
    756757  {
Note: See TracChangeset for help on using the changeset viewer.