Changeset d0207e9 in git for kernel/kInline.cc
- Timestamp:
- Feb 26, 2009, 3:23:07 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4751d7a7e4db5fb6ec994a889d43d7f78013fbfa
- Parents:
- b8cf6c7396a74cf9f5eaabb53c4e78e2f9675873
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.cc
rb8cf6c rd0207e9 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: kInline.cc,v 1.1 2 2009-02-21 14:11:06Singular Exp $9 * Version: $Id: kInline.cc,v 1.13 2009-02-26 14:22:38 Singular Exp $ 10 10 *******************************************************************/ 11 11 #ifndef KINLINE_CC … … 418 418 { 419 419 assume(p != NULL); 420 #ifdef HAVE_RATGRING 421 p= ::pCleardenom(p); 422 #else 420 423 ::pCleardenom(p); 424 #endif 421 425 if (t_p != NULL) 422 426 pSetCoeff0(t_p, pGetCoeff(p));
Note: See TracChangeset
for help on using the changeset viewer.