Changeset 7b15f9d in git
- Timestamp:
- Aug 22, 2011, 6:16:31 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- 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
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rd5e030 r7b15f9d 4946 4946 #define jjpHead (proc1)8 4947 4947 #endif 4948 #define jjidHead (proc1)94949 4948 #define jjidMinBase (proc1)11 4950 4949 #define jjsyMinBase (proc1)12 … … 4981 4980 case (int)jjpHead: dArith1[i].p=(proc1)pHeadProc; break; 4982 4981 #endif 4983 case (int)jjidHead: dArith1[i].p=(proc1)idHead; break;4984 4982 case (int)jjidMinBase: dArith1[i].p=(proc1)idMinBase; break; 4985 4983 case (int)jjsyMinBase: dArith1[i].p=(proc1)syMinBase; break; … … 5045 5043 static BOOLEAN jjidHead(leftv res, leftv v) 5046 5044 { 5047 res->data = (char *)id Head((ideal)v->Data());5045 res->data = (char *)id_Head((ideal)v->Data(),currRing); 5048 5046 return FALSE; 5049 5047 } -
Singular/walk.cc
rd5e030 r7b15f9d 4987 4987 goto FINISH; 4988 4988 } 4989 H0 = id Head(G);4989 H0 = id_Head(G,currRing); 4990 4990 4991 4991 if(MivSame(target_tmp, iv_lp) == 1)
Note: See TracChangeset
for help on using the changeset viewer.