Changeset a9c298 in git for Singular/iparith.cc


Ignore:
Timestamp:
Nov 20, 2013, 4:54:25 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0de0509972719531e2a4b51ec9fd0e44a66fd2fd
Parents:
e4014563a82388c4b39dfa37db24cbe159b24a35
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:25+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:42+01:00
Message:
format stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    re40145 ra9c298  
    30383038
    30393039  maxl--;
    3040   if (/*(*/ maxl==-1 /*)*/) /*&& (iiOp!=MRES_CMD)*/ 
     3040  if (/*(*/ maxl==-1 /*)*/) /*&& (iiOp!=MRES_CMD)*/
    30413041  {
    30423042    maxl = currRing->N-1+2*(iiOp==MRES_CMD);
     
    31533153
    31543154  maxl--;
    3155   if (/*(*/ maxl==-1 /*)*/) /*&& (iiOp!=MRES_CMD)*/ 
     3155  if (/*(*/ maxl==-1 /*)*/) /*&& (iiOp!=MRES_CMD)*/
    31563156  {
    31573157    maxl = currRing->N-1+2*(iiOp==MRES_CMD);
     
    43674367static BOOLEAN jjDIFF_COEF(leftv res, leftv u, leftv v)
    43684368{
    4369   if (!nCoeff_is_transExt(currRing->cf)) 
    4370   { 
     4369  if (!nCoeff_is_transExt(currRing->cf))
     4370  {
    43714371    WerrorS("differentiation not defined in the coefficient ring");
    43724372    return TRUE;
Note: See TracChangeset for help on using the changeset viewer.