Changeset 99bdcf in git for kernel/kInline.cc


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/kInline.cc

    r11ca48 r99bdcf  
    392392KINLINE long sTObject::pTotalDeg() const
    393393{
    394   if (p != NULL) return pTotaldegree(p, currRing);
    395   return pTotaldegree(t_p,tailRing);
     394  if (p != NULL) return p_Totaldegree(p, currRing);
     395  return p_Totaldegree(t_p,tailRing);
    396396}
    397397KINLINE long sTObject::SetpFDeg()
Note: See TracChangeset for help on using the changeset viewer.