Changeset 1919112 in git
- Timestamp:
- Jul 21, 2010, 4:09:53 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 301c033a77a67f223280259ac8371d97696fc1a6
- Parents:
- 27667b70a3500461f900cc74ee65d7acbdf8ca5c
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.h
r27667b r1919112 48 48 #ifdef PDEBUG 49 49 ideal idDBInit (int size, int rank, const char *f, int l); 50 ideal idCopyFirstK (const ideal ide, const int k);51 50 #define idInit(A,B) idDBInit(A,B,__FILE__,__LINE__) 52 51 #else 53 52 /*- creates an ideal -*/ 54 53 ideal idInit (int size, int rank=1); 54 #endif 55 55 ideal idCopyFirstK (const ideal ide, const int k); 56 #endif57 56 /*- deletes an ideal -*/ 58 57 #define idDelete(h) id_Delete(h, currRing) -
kernel/longrat.cc
r27667b r1919112 1376 1376 #ifdef HAVE_RINGS 1377 1377 /*2 1378 * convert number to GMP and warn if denom != 11378 * convert number i (from Q) to GMP and warn if denom != 1 1379 1379 */ 1380 1380 void nlGMP(number &i, number n)
Note: See TracChangeset
for help on using the changeset viewer.