Changeset f29f30 in git
- Timestamp:
- Nov 24, 1999, 3:02:17 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- bae1926444bd5d1586f1e3b7216e5adee74e6037
- Parents:
- d0189606a787f5eb181347d0cd90254867460021
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rd01896 rf29f30 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.18 7 1999-11-17 18:22:54 SingularExp $ */4 /* $Id: iparith.cc,v 1.188 1999-11-24 14:02:17 wichmann Exp $ */ 5 5 6 6 /* … … 168 168 { "fetch", 0, FETCH_CMD , CMD_2}, 169 169 { "fglm", 0, FGLM_CMD , CMD_2}, 170 { "fglmquot", 0, FGLMQUOT_CMD, CMD_2}, 170 171 { "find", 0, FIND_CMD , CMD_23}, 171 172 { "finduni", 0, FINDUNI_CMD, CMD_1}, … … 2218 2219 ,{fglmProc, FGLM_CMD, IDEAL_CMD, RING_CMD, DEF_CMD PROFILER} 2219 2220 ,{fglmProc, FGLM_CMD, IDEAL_CMD, QRING_CMD, DEF_CMD PROFILER} 2221 ,{fglmQuotProc,FGLMQUOT_CMD, IDEAL_CMD, IDEAL_CMD, POLY_CMD PROFILER} 2220 2222 #else 2221 2223 ,{jjWRONG2, FGLM_CMD, IDEAL_CMD, RING_CMD, DEF_CMD PROFILER} 2222 2224 ,{jjWRONG2, FGLM_CMD, IDEAL_CMD, QRING_CMD, DEF_CMD PROFILER} 2225 ,{jjWRONG2, FGLMQUOT_CMD, IDEAL_CMD, POLY_CMD, IDEAL_CMD PROFILER} 2223 2226 #endif 2224 2227 ,{jjFIND2, FIND_CMD, INT_CMD, STRING_CMD, STRING_CMD PROFILER}
Note: See TracChangeset
for help on using the changeset viewer.