Changeset e32e26 in git for kernel/tgb.cc


Ignore:
Timestamp:
Feb 21, 2006, 12:08:37 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
113bb80810ddfdbdfc62ccc7d8f773e229208934
Parents:
d20265caf2e7ae98d9b125466d5fcb53f8575e0e
Message:
*bricken: further optimized


git-svn-id: file:///usr/local/Singular/svn/trunk@8969 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    rd20265 re32e26  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.62 2006-02-21 06:41:24 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.63 2006-02-21 11:08:37 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    981981}
    982982static wlen_type pair_weighted_length(int i, int j, slimgb_alg* c){
    983     if ((c->is_char0) && (pLexOrder))  {
     983    if ((c->is_char0) && (pLexOrder) &&(!c->is_homog))  {
    984984        int c1=slim_nsize(p_GetCoeff(c->S->m[i],c->r),c->r);
    985985        int c2=slim_nsize(p_GetCoeff(c->S->m[j],c->r),c->r);
     
    10071007            (wlen_type)cs;
    10081008    }
    1009     if (pLexOrder) {
     1009    if ((pLexOrder) &&(!c->is_homog)) {
    10101010
    10111011        return (c->weighted_lengths[i]+c->weighted_lengths[j]-2);
Note: See TracChangeset for help on using the changeset viewer.