Changeset 84d8b09 in git
- Timestamp:
- Feb 26, 2009, 3:30:23 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- c0e2c365e9f081e528f9eb28536ac32e035adb32
- Parents:
- 4751d7a7e4db5fb6ec994a889d43d7f78013fbfa
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.cc
r4751d7 r84d8b09 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: kInline.cc,v 1.1 3 2009-02-26 14:22:38Singular Exp $9 * Version: $Id: kInline.cc,v 1.14 2009-02-26 14:30:23 Singular Exp $ 10 10 *******************************************************************/ 11 11 #ifndef KINLINE_CC … … 412 412 } 413 413 414 extern void pCleardenom(poly p);414 //extern void pCleardenom(poly p); 415 415 extern void pNorm(poly p); 416 416 // manipulations -
kernel/polys1.cc
r4751d7 r84d8b09 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys1.cc,v 1.3 5 2009-02-26 14:23:07Singular Exp $ */4 /* $Id: polys1.cc,v 1.36 2009-02-26 14:30:23 Singular Exp $ */ 5 5 6 6 /* … … 955 955 } 956 956 #endif 957 if (rField_is_Zp() && TEST_OPT_INTSTRATEGY) return ;957 if (rField_is_Zp() && TEST_OPT_INTSTRATEGY) return start; 958 958 p = ph; 959 959 if(pNext(p)==NULL)
Note: See TracChangeset
for help on using the changeset viewer.