Changeset a374b8 in git


Ignore:
Timestamp:
Aug 12, 2011, 5:11:25 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
cfecd22c01301e6e57986bb28c493771a672a424
Parents:
669f3df8473806a1db52dcfcc0dbc96eba02e254
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-12 17:11:25+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:22:42+01:00
Message:
FIX: rCompose and rDecompose are only used in iparith (and declared there)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r669f3d ra374b8  
    7676#include <kernel/timer.h>
    7777
     78
     79lists rDecompose(const ring r);
     80ring rCompose(const lists  L);
     81
     82
    7883// defaults for all commands: NO_PLURAL | NO_RING | ALLOW_ZERODIVISOR
    7984
  • libpolys/polys/monomials/ring.h

    r669f3d ra374b8  
    718718void rSetWeightVec(ring r, int64 *wv);
    719719
    720 //lists rDecompose(const ring r);
    721 //ring rCompose(const lists  L);
    722720/////////////////////////////
    723721// Auxillary functions
Note: See TracChangeset for help on using the changeset viewer.