Changeset 2318f07 in git for kernel/polys.h


Ignore:
Timestamp:
Mar 28, 2006, 2:56:06 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
89ed87532cdbf3b233c2d99c08c95e676a1c07e8
Parents:
0f23743f400b3b16c7f124793cca20b80066d4a2
Message:
*hannes: 64bit and pDegW


git-svn-id: file:///usr/local/Singular/svn/trunk@9045 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r0f2374 r2318f07  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.8 2006-01-13 18:10:05 wienand Exp $ */
     6/* $Id: polys.h,v 1.9 2006-03-28 12:56:06 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    422422// maximum weigthed degree of all monomials of p, w is indexed from
    423423// 1..pVariables
    424 long      pDegW(poly p, short *w);
     424long      pDegW(poly p, const short *w);
    425425
    426426/*-----------type conversions ----------------------------*/
Note: See TracChangeset for help on using the changeset viewer.