Skip to content

Commit a374b8b

Browse files
Oleksandr Motsakmohamed-barakat
authored andcommitted
FIX: rCompose and rDecompose are only used in iparith (and declared there)
1 parent 669f3df commit a374b8b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Singular/iparith.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575

7676
#include <kernel/timer.h>
7777

78+
79+
lists rDecompose(const ring r);
80+
ring rCompose(const lists L);
81+
82+
7883
// defaults for all commands: NO_PLURAL | NO_RING | ALLOW_ZERODIVISOR
7984

8085
#ifdef HAVE_PLURAL

libpolys/polys/monomials/ring.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,6 @@ void p_DebugPrint(const poly p, const ring lmRing, const ring tailRing, const in
717717
int64 * rGetWeightVec(ring r);
718718
void rSetWeightVec(ring r, int64 *wv);
719719

720-
//lists rDecompose(const ring r);
721-
//ring rCompose(const lists L);
722720
/////////////////////////////
723721
// Auxillary functions
724722
//

0 commit comments

Comments
 (0)