[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:54:12 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit b451308e61b49da39cc9a21d2d1a1de9236ce3b0
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Fri Mar 16 15:29:45 2012 +0100

    fix: p_GetOrder/p_Deg for order am (from spielwiese)

diff --git a/kernel/pInline2.h b/kernel/pInline2.h
index 78ffb64..7d55a23 100644
--- a/kernel/pInline2.h
+++ b/kernel/pInline2.h
@@ -46,6 +46,7 @@ PINLINE2 long p_GetOrder(poly p, ring r)
   {
     switch(r->typ[i].ord_typ)
     {
+      case ro_am:
       case ro_wp_neg:
         return (((long)((p)->exp[r->pOrdIndex]))-POLY_NEGWEIGHT_OFFSET);
       case ro_syzcomp:

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list