Changeset f41bd9 in git for kernel/kutil.cc


Ignore:
Timestamp:
Nov 17, 2006, 3:48:40 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
f7bfe57a1b40c83680cd53d79cc0b6eaa191eb5a
Parents:
cbeafc2d8ef1c1721a0d5867a957c47c3dc013a9
Message:
*hannes: posInS....


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    rcbeafc2 rf41bd9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.35 2006-11-07 10:16:50 wienand Exp $ */
     4/* $Id: kutil.cc,v 1.36 2006-11-17 14:48:40 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    26782678/*2
    26792679*looks up the position of p in set
    2680 *set[0] is the smallest with respect to the ordering-procedure
    2681 *pComp
     2680*set[0] is the smallest with respect to the ordering-procedure deg/pComp
    26822681* Assumption: posInS only depends on the leading term
    26832682*             otherwise, bba has to be changed
     
    26942693  int pc=pGetComp(p);
    26952694  if ((currRing->MixedOrder)
    2696   //|| (strat->ak>0)
     2695#if 0
     2696  || ((strat->ak>0) && ((currRing->order[0]==ringorder_c)||((currRing->order[0]==ringorder_C))))
     2697#endif
    26972698  )
    26982699  {
Note: See TracChangeset for help on using the changeset viewer.