Changeset 5948a8 in git for libpolys/polys/polys.h


Ignore:
Timestamp:
Mar 30, 2011, 4:50:13 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bb6c8a5b9ffdd315338acd9b7d6eb2fd40522955
Parents:
0ceb74fb301333567c3206509584432bc130b144
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-03-30 16:50:13+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:15+01:00
Message:
FIX: moving stuff around in order to fix inlines/declarations problems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/polys.h

    r0ceb74 r5948a8  
    1818 *
    1919 ***************************************************************/
     20/*
    2021// deletes old coeff before setting the new one
    2122#define pSetCoeff(p,n)      p_SetCoeff(p,n,currRing)
     
    3839#define pGetExpSum(p1, p2, i)    p_GetExpSum(p1, p2, i, currRing)
    3940#define pGetExpDiff(p1, p2, i)   p_GetExpDiff(p1, p2, i, currRing)
     41*/
    4042
    4143/***************************************************************
Note: See TracChangeset for help on using the changeset viewer.