Changeset ec4a2c in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Feb 26, 2009, 1:17:38 PM (14 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
982e0181ff465b667d7d64681f4247eabf628b8c
Parents:
3a852046e44ceaad99faf50863adfab42f049b2c
Message:
*levandov: debugging pContent


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r3a8520 rec4a2c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.30 2009-02-24 17:40:28 Singular Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.31 2009-02-26 12:17:38 levandov Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    168168void ratGB_divide_out(poly p)
    169169{
     170  /* extracts monomial content from localized expression  */
    170171  if (p==NULL) return;
    171172  poly root=p;
     
    230231  {
    231232    if (rField_is_Zp_a()) pContent(h->p);
    232     else pCleardenom(h->p);// also does a pContent
     233    else pCleardenom(h->p);// also does a pContentRat
    233234  }
    234235  loop
Note: See TracChangeset for help on using the changeset viewer.