Changeset 0beffdf in git for Singular/iparith.cc
- Timestamp:
- Aug 16, 2012, 12:02:46 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '2234726c50d679d6664181a5c72f75a6fd64a787')
- Children:
- 2862738fc34ac6031ce32761aea24b788d2c99a4
- Parents:
- 865b200481936511016703447e348179c16cfe12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r865b20 r0beffdf 8456 8456 static int iiTabIndex(const jjValCmdTab dArithTab, const int len, const int op) 8457 8457 { 8458 // user defined types are not in the pre-computed table: 8459 if (op>MAX_TOK) return 0; 8460 8458 8461 int a=0; 8459 8462 int e=len; … … 8468 8471 while ( a <= e); 8469 8472 8473 // catch missing a cmd: 8470 8474 assume(0); 8471 8475 return 0;
Note: See TracChangeset
for help on using the changeset viewer.