Changeset b172c3 in git


Ignore:
Timestamp:
Feb 27, 2009, 5:34:45 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a93f7b0f0b9fc641420d089124cb42728eab0916
Parents:
93f4bb44beb0a08dca587831ac27ed5b16347872
Message:
*hannes: comment


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r93f4bb rb172c3  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.33 2009-02-26 16:34:46 Singular Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.34 2009-02-27 16:34:45 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    169169{
    170170  /* extracts monomial content from localized expression  */
     171  /* searches for an m (monomial in var 1.. real_var_start-1)
     172   * such that m divides p and divides p by this m if it exist*/
    171173  if (p==NULL) return;
    172174  poly root=p;
Note: See TracChangeset for help on using the changeset viewer.