Changeset 99bdcf in git for kernel/pInline1.h


Ignore:
Timestamp:
Aug 3, 2010, 7:25:10 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9053a74f3bbb046a786d061474c8bd82302c42c3
Parents:
11ca48d1c9122a424d601a3ee5e6544661d36ee2
Message:
pTotaldegree/p_Totaldegree

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

Legend:

Unmodified
Added
Removed
  • kernel/pInline1.h

    r11ca48 r99bdcf  
    290290}
    291291
    292 PINLINE1 unsigned long p_ExpVectorQuerSum(poly p, const ring r)
     292PINLINE1 long p_Totaldegree(poly p, const ring r)
    293293{
    294294  p_LmCheckPolyRing1(p, r);
     
    300300    s += p_GetTotalDegree(p->exp[r->VarL_Offset[i]], r);
    301301  }
    302   return s;
     302  return (long)s;
    303303}
    304304
Note: See TracChangeset for help on using the changeset viewer.