Changeset 4751d7 in git


Ignore:
Timestamp:
Feb 26, 2009, 3:24:32 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
84d8b09321d52723c68edd2e14a97c84d72a8022
Parents:
d0207e95ed305d5305c318e2bf6c1acf7bb30320
Message:
*hannes: pContentRat may change p


git-svn-id: file:///usr/local/Singular/svn/trunk@11480 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/ratgring.cc

    rd0207e9 r4751d7  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: ratgring.cc,v 1.21 2009-02-26 13:38:30 Singular Exp $
     9 *  Version: $Id: ratgring.cc,v 1.22 2009-02-26 14:24:23 Singular Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     
    685685}
    686686
    687 void pContentRat(poly ph)
     687void pContentRat(poly &ph)
    688688// changes ph
    689689// for rat coefficients in K(x1,..xN)
  • kernel/ratgring.h

    rd0207e9 r4751d7  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ratgring.h,v 1.10 2009-02-26 11:14:16 levandov Exp $ */
     6/* $Id: ratgring.h,v 1.11 2009-02-26 14:24:32 Singular Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    115115// Content stuff
    116116
    117 void pContentRat(poly ph);
     117void pContentRat(poly &ph);
    118118
    119119#endif /* HAVE_PLURAL */
Note: See TracChangeset for help on using the changeset viewer.