Changeset 0dfa24 in git
- Timestamp:
- Mar 24, 2011, 4:36:12 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 602b552f9d29583a09528a35808f7af40e1455f8
- Parents:
- fc8d350c2b9b688ffa1c592ab13a0ccb6f295847
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rfc8d35 r0dfa24 3974 3974 return FALSE; 3975 3975 } 3976 static BOOLEAN jjidMaxIdeal(leftv res, leftv v) 3977 { 3978 res->data = (char *)idMaxIdeal((int)(long)v->Data()); 3979 setFlag(res,FLAG_STD); 3980 return FALSE; 3981 } 3976 3982 static BOOLEAN jjIDEAL_Ma(leftv res, leftv v) 3977 3983 { … … 4926 4932 #endif 4927 4933 #define jjidHead (proc1)9 4928 #define jjidMaxIdeal (proc1)104929 4934 #define jjidMinBase (proc1)11 4930 4935 #define jjsyMinBase (proc1)12 … … 4962 4967 #endif 4963 4968 case (int)jjidHead: dArith1[i].p=(proc1)idHead; break; 4964 case (int)jjidMaxIdeal: dArith1[i].p=(proc1)idMaxIdeal; break;4965 4969 case (int)jjidMinBase: dArith1[i].p=(proc1)idMinBase; break; 4966 4970 case (int)jjsyMinBase: dArith1[i].p=(proc1)syMinBase; break; … … 5027 5031 { 5028 5032 res->data = (char *)idHead((ideal)v->Data()); 5029 return FALSE;5030 }5031 static BOOLEAN jjidMaxIdeal(leftv res, leftv v)5032 {5033 res->data = (char *)idMaxIdeal((int)(long)v->Data());5034 5033 return FALSE; 5035 5034 }
Note: See TracChangeset
for help on using the changeset viewer.