Changeset 7b15f9d in git


Ignore:
Timestamp:
Aug 22, 2011, 6:16:31 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
fbb01737147ed8f605c88489320c73e975833f32
Parents:
d5e030c6ae13cfeacde822cf49c50265948f5a5f
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-22 18:16:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:25+01:00
Message:
more idHead fixed
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rd5e030 r7b15f9d  
    49464946#define jjpHead        (proc1)8
    49474947#endif
    4948 #define jjidHead       (proc1)9
    49494948#define jjidMinBase    (proc1)11
    49504949#define jjsyMinBase    (proc1)12
     
    49814980        case (int)jjpHead:        dArith1[i].p=(proc1)pHeadProc; break;
    49824981#endif
    4983         case (int)jjidHead:       dArith1[i].p=(proc1)idHead; break;
    49844982        case (int)jjidMinBase:    dArith1[i].p=(proc1)idMinBase; break;
    49854983        case (int)jjsyMinBase:    dArith1[i].p=(proc1)syMinBase; break;
     
    50455043static BOOLEAN jjidHead(leftv res, leftv v)
    50465044{
    5047   res->data = (char *)idHead((ideal)v->Data());
     5045  res->data = (char *)id_Head((ideal)v->Data(),currRing);
    50485046  return FALSE;
    50495047}
  • Singular/walk.cc

    rd5e030 r7b15f9d  
    49874987        goto FINISH;
    49884988      }
    4989       H0 = idHead(G);
     4989      H0 = id_Head(G,currRing);
    49904990
    49914991      if(MivSame(target_tmp, iv_lp) == 1)
Note: See TracChangeset for help on using the changeset viewer.