Changeset c5898b in git


Ignore:
Timestamp:
Jan 25, 2018, 11:04:02 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fdb4ba6599b354980bddbbf54be99209290be7bb
Parents:
8505c30dc6bdccbcee4d17120da2e0688be4c93e
Message:
chg: pLPshift ->p_LPshift
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r8505c30 rc5898b  
    11651165          return TRUE;
    11661166        }
    1167         res->data = pLPshift(p,sh,uptodeg,lVblock);
     1167        res->data = p_LPshift(p,sh,uptodeg,lVblock,currRing);
    11681168        res->rtyp = POLY_CMD;
    11691169        return FALSE;
  • kernel/GBEngine/shiftgb.h

    r8505c30 rc5898b  
    2727int p_LastVblock(poly p, int lV, const ring r);
    2828
    29 //poly pLPshift(poly p, int sh, int uptodeg, int lV);
    30 #define pLPshift(p,sh,uptodeg,lV) p_LPshift(p,sh,uptodeg,lV,currRing)
    31 
    3229//int pLastVblock(poly p, int lV);
    3330#define pLastVblock(p,lV) p_LastVblock(p,lV,currRing)
Note: See TracChangeset for help on using the changeset viewer.