Changeset dc42daf in git for kernel/kInline.h
- Timestamp:
- Feb 21, 2013, 7:13:50 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 5693d74c7e74fb28bc22148699aebb6524ded48c
- Parents:
- 892dd80edda39f846824ca997ef834ad6d19f748
- git-author:
- Claus Fieker <fieker@erbsenstein.(none)>2013-02-21 19:13:50+01:00
- git-committer:
- Claus Fieker <fieker@erbsenstein.(none)>2013-02-22 16:40:29+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.h
r892dd8 rdc42daf 456 456 { 457 457 if (t_p != NULL) 458 459 p_Cleardenom(t_p, tailRing);460 461 458 { 459 p_ProjectiveUnique(t_p, tailRing); 460 pSetCoeff0(p, pGetCoeff(t_p)); 461 } 462 462 else 463 { 464 p_Cleardenom(p, currRing); 465 } 463 { 464 #ifdef HAVE_RATGRING 465 p_ProjectiveUnique(p, currRing); 466 #else 467 p_ProjectiveUnique(p, currRing); 468 #endif 469 } 466 470 } 467 471 }
Note: See TracChangeset
for help on using the changeset viewer.