Changeset 4751d7 in git
- Timestamp:
- Feb 26, 2009, 3:24:32 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 84d8b09321d52723c68edd2e14a97c84d72a8022
- Parents:
- d0207e95ed305d5305c318e2bf6c1acf7bb30320
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ratgring.cc
rd0207e9 r4751d7 7 7 * Author: levandov (Viktor Levandovsky) 8 8 * Created: 8/00 - 11/00 9 * Version: $Id: ratgring.cc,v 1.2 1 2009-02-26 13:38:30Singular Exp $9 * Version: $Id: ratgring.cc,v 1.22 2009-02-26 14:24:23 Singular Exp $ 10 10 *******************************************************************/ 11 11 #include "mod2.h" … … 685 685 } 686 686 687 void pContentRat(poly ph)687 void pContentRat(poly &ph) 688 688 // changes ph 689 689 // for rat coefficients in K(x1,..xN) -
kernel/ratgring.h
rd0207e9 r4751d7 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ratgring.h,v 1.1 0 2009-02-26 11:14:16 levandovExp $ */6 /* $Id: ratgring.h,v 1.11 2009-02-26 14:24:32 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT additional defines etc for --with-plural … … 115 115 // Content stuff 116 116 117 void pContentRat(poly ph);117 void pContentRat(poly &ph); 118 118 119 119 #endif /* HAVE_PLURAL */
Note: See TracChangeset
for help on using the changeset viewer.