Changeset d0207e9 in git for kernel/polys1.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/polys1.cc
rb8cf6c rd0207e9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys1.cc,v 1.3 4 2009-02-26 11:24:15Singular Exp $ */4 /* $Id: polys1.cc,v 1.35 2009-02-26 14:23:07 Singular Exp $ */ 5 5 6 6 /* … … 942 942 #endif 943 943 944 void pCleardenom(poly ph) 945 { 944 poly pCleardenom(poly ph) 945 { 946 poly start=ph; 946 947 number d, h; 947 948 poly p; … … 951 952 { 952 953 pContent(ph); 953 return ;954 return start; 954 955 } 955 956 #endif … … 1058 1059 { 1059 1060 pContentRat(ph); 1061 start=ph; 1060 1062 } 1061 1063 #endif 1062 1064 } 1065 return start; 1063 1066 } 1064 1067
Note: See TracChangeset
for help on using the changeset viewer.