Changeset 9f6d76 in git for kernel/kutil.cc


Ignore:
Timestamp:
Jul 8, 2008, 3:30:54 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c9c60f894de6f136a5e83377562698e0806b77c5
Parents:
037df40dbab143539ea3af97c89eb20fada1b68e
Message:
*hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r037df4 r9f6d76  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.98 2008-07-08 13:02:21 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.99 2008-07-08 13:29:46 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
    77*/
    8 
    9 #ifndef KUTIL_CC
    10 #define KUTIL_CC
    118
    129// #define PDEBUG 2
     
    3936
    4037#include "kutil.h"
     38#include "kbuckets.h"
    4139#include "febase.h"
    4240#include "omalloc.h"
     
    60936091#endif
    60946092
    6095 #ifdef HAVE_PLURAL
    6096 
     6093#ifdef HAVE_SHIFTBBA
    60976094poly pMove2CurrTail(poly p, kStrategy strat)
    60986095{
     
    61066103  return(p);
    61076104}
    6108 
     6105#endif
     6106
     6107#ifdef HAVE_SHIFTBBA
    61096108poly pMoveCurrTail2poly(poly p, kStrategy strat)
    61106109{
     
    61216120  return(p);
    61226121}
    6123 
     6122#endif
     6123
     6124#ifdef HAVE_SHIFTBBA
    61246125poly pCopyL2p(LObject H, kStrategy strat)
    61256126{
     
    61576158    return(p);
    61586159}
     6160#endif
    61596161
    61606162//LObject pCopyp2L(poly p, kStrategy strat)
     
    62396241  /* what about setting strat->tl? */
    62406242}
    6241 
     6243#endif
     6244
     6245#ifdef HAVE_SHIFTBBA
    62426246void initBuchMoraShift (ideal F,ideal Q,kStrategy strat)
    62436247{
     
    63096313  /* is done by other procedure */
    63106314}
    6311 
     6315#endif
     6316
     6317#ifdef HAVE_SHIFTBBA
    63126318/*1
    63136319* put the pairs (sh \dot s[i],p)  into the set B, ecart=ecart(p)
     
    63826388  }
    63836389}
    6384 
     6390#endif
     6391
     6392#ifdef HAVE_SHIFTBBA
    63856393/*1
    63866394* put the pairs (sh \dot qq,p)  into the set B, ecart=ecart(p)
     
    64466454  }
    64476455}
    6448 
     6456#endif
     6457
     6458#ifdef HAVE_SHIFTBBA
    64496459/*2
    64506460* put the pair (q,p)  into the set B, ecart=ecart(p), q is the shift of some s[i]
     
    67436753  }
    67446754}
    6745 
    6746 
     6755#endif
     6756
     6757#ifdef HAVE_SHIFTBBA
    67476758/*2
    67486759*(s[0],h),...,(s[k],h) will be put to the pairset L(via initenterpairs)
     
    67756786 // PrintS("end enterpairs\n");
    67766787}
    6777 
     6788#endif
     6789
     6790#ifdef HAVE_SHIFTBBA
    67786791/*3
    67796792*(s[0], s \dot h),...,(s[k],s \dot h) will be put to the pairset L
     
    68466859#endif
    68476860
    6848 
    6849 
    6850 
     6861#ifdef HAVE_SHIFTBBA
    68516862/*2
    68526863* puts p to the set T, starting with the at position atT
     
    68926903/* Solution: it is done by enterT each time separately */
    68936904}
    6894 
    6895 
    6896 
     6905#endif
     6906
     6907#ifdef HAVE_SHIFTBBA
    68976908poly redtailBbaShift (LObject* L, int pos, kStrategy strat, BOOLEAN withT, BOOLEAN normalize)
    68986909{
     
    69756986  return L->GetLmCurrRing();
    69766987}
    6977 
    6978 #endif // HAVE_SHIFTBBA
    6979 #endif // KUTIL_CC
     6988#endif
Note: See TracChangeset for help on using the changeset viewer.